UnityEditor.Unsupported.DeleteGameObjectSelection C# (CSharp) 메소드

DeleteGameObjectSelection() 개인적인 메소드

private DeleteGameObjectSelection ( ) : void
리턴 void
        public static extern void DeleteGameObjectSelection();
        [MethodImpl(MethodImplOptions.InternalCall)]

Usage Example

예제 #1
0
 private void DeleteGO()
 {
     Unsupported.DeleteGameObjectSelection();
 }