コード例 #1
0
        /// <inheritoc/>
        protected internal override void Initialize(int layoutIndex)
        {
            if (property != null)
            {
                guiDistributionField            = new GUIColorDistributionField(new GUIContent(title));
                guiDistributionField.OnChanged += OnFieldValueChanged;

                layout.AddElement(layoutIndex, guiDistributionField);
            }
        }
コード例 #2
0
 private static extern void Internal_create2(GUIColorDistributionField managedInstance, LocString labelText, string style);
コード例 #3
0
 private static extern void Internal_create3(GUIColorDistributionField managedInstance, string style);
コード例 #4
0
 private static extern void Internal_create0(GUIColorDistributionField managedInstance, ref GUIContent labelContent, string style);