Example #1
0
        public EditorGUIElement_EditPropertySingleValue_Basic_BuiltIn_String(EditProperty_Single_Value p) : base(p)
        {
            use_word_wrap = p.HasCustomAttributeOfType <WordWrapAttribute>(true);

            multiline_attribute      = p.GetCustomAttributeOfType <MultilineAttribute>(true);
            auto_multiline_attribute = p.GetCustomAttributeOfType <AutoMultilineAttribute>(true);
        }
Example #2
0
 public EditorGUIElement_EditPropertySingleValue_Basic_BuiltIn_Number(EditProperty_Single_Value p) : base(p)
 {
     range_attribute = p.GetCustomAttributeOfType <RangeAttribute>(true);
 }