UnityEditor.Unsupported.DeleteGameObjectSelection C# (CSharp) Method

DeleteGameObjectSelection() private method

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

Usage Example

示例#1
0
 private void DeleteGO()
 {
     Unsupported.DeleteGameObjectSelection();
 }