UnityEditor.GradientPresetLibrary.Draw C# (CSharp) 메소드

Draw() 공개 메소드

public Draw ( Rect rect, int index ) : void
rect UnityEngine.Rect
index int
리턴 void
        public override void Draw(Rect rect, int index)
        {
            this.DrawInternal(rect, this.m_Presets[index].gradient);
        }

Same methods

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