UnityEditor.iOSDeviceRequirementGroup.RemoveAtImpl C# (CSharp) Méthode

RemoveAtImpl() private méthode

private RemoveAtImpl ( string name, int index ) : void
name string
index int
Résultat void
        private static extern void RemoveAtImpl(string name, int index);
        [MethodImpl(MethodImplOptions.InternalCall)]