Esempio n. 1
0
        protected override bool HandleAttachment(ref EditorGUIElementAttachment attachment)
        {
            EditorGUIElementAttachment_Singular_Label_GUIContent cast;

            if (attachment.Convert <EditorGUIElementAttachment_Singular_Label_GUIContent>(out cast))
            {
                label = cast;
                return(false);
            }

            return(true);
        }
Esempio n. 2
0
 public EditorGUIElement_EditPropertySingleValue_Basic_BuiltIn(EditProperty_Single_Value p) : base(p)
 {
     label = new EditorGUIElementAttachment_Singular_Label_GUIContent_Inline();
 }