UnityEditor.CurveEditorSettings.CurveEditorSettings C# (CSharp) 메소드

CurveEditorSettings() 공개 메소드

public CurveEditorSettings ( ) : System
리턴 System
        public CurveEditorSettings()
        {
            if (EditorGUIUtility.isProSkin)
            {
                this.wrapColor = new Color(0.65f, 0.65f, 0.65f, 0.5f);
            }
            else
            {
                this.wrapColor = new Color(1f, 1f, 1f, 0.5f);
            }
        }
CurveEditorSettings