UnityEditor.GradientPresetLibrary.Remove C# (CSharp) Méthode

Remove() public méthode

public Remove ( int index ) : void
index int
Résultat void
        public override void Remove(int index)
        {
            this.m_Presets.RemoveAt(index);
        }