Ejemplo n.º 1
0
 /// <summary>
 /// Draws the property.
 /// </summary>
 protected override void DrawPropertyLayout(IPropertyValueEntry <char> entry, DelayedPropertyAttribute attribute, GUIContent label)
 {
     entry.SmartValue = AllEditorGUI.DynamicPrimitiveField(label, entry.SmartValue);
 }