UnityEditor.Unsupported.DeleteGameObjectSelection C# (CSharp) Méthode

DeleteGameObjectSelection() private méthode

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

Usage Example

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