UnityEditor.ColorPresetLibrary.Draw C# (CSharp) Méthode

Draw() public méthode

public Draw ( Rect rect, int index ) : void
rect UnityEngine.Rect
index int
Résultat void
        public override void Draw(Rect rect, int index)
        {
            this.DrawInternal(rect, this.m_Presets[index].color);
        }

Same methods

ColorPresetLibrary::Draw ( Rect rect, object presetObject ) : void