예제 #1
0
        /// <inheritoc/>
        protected internal override void Initialize(int layoutIndex)
        {
            if (property != null)
            {
                guiField            = new GUICurvesField(new GUIContent(title));
                guiField.OnChanged += OnFieldValueChanged;

                layout.AddElement(layoutIndex, guiField);
            }
        }
 private static extern void Internal_create6(GUICurvesField managedInstance, string style);
 private static extern void Internal_create5(GUICurvesField managedInstance, LocString labelText, string style);
 private static extern void Internal_create3(GUICurvesField managedInstance, ref GUIContent labelContent, string style);
 private static extern void Internal_create1(GUICurvesField managedInstance, CurveDrawOptions drawOptions, string style);
 private static extern void Internal_create0(GUICurvesField managedInstance, CurveDrawOptions drawOptions, LocString labelText, uint labelWidth, string style);
 private static extern void Internal_create(GUICurvesField managedInstance, CurveDrawOptions drawOptions, ref GUIContent labelContent, uint labelWidth, string style);