Class SerializedAttributes
- Namespace
- LoM.Super.Serialization
- Assembly
- LoM.Super.Editor.dll
Attributes of a SerializedProperty.
Use SuperSerializedProperty.Attributes to get the all Super related attributes of a SerializedProperty or SerializedField.
public class SerializedAttributes
- Inheritance
-
SerializedAttributes
Properties
Buttons
public ButtonAttribute[] Buttons { get; }
Property Value
Conditions
public ConditionAttribute[] Conditions { get; }
Property Value
FixedBufferSize
public int FixedBufferSize { get; }
Property Value
FixedBufferType
public Type FixedBufferType { get; }
Property Value
HasButtons
public bool HasButtons { get; }
Property Value
HasHeaders
public bool HasHeaders { get; }
Property Value
HasSpace
public bool HasSpace { get; }
Property Value
HasTooltip
public bool HasTooltip { get; }
Property Value
Headers
public PropertyHeaderAttribute[] Headers { get; }
Property Value
IsActive
public bool IsActive { get; }
Property Value
IsFixedBuffer
public bool IsFixedBuffer { get; }
Property Value
IsHDRColor
public bool IsHDRColor { get; }
Property Value
IsLayer
public bool IsLayer { get; }
Property Value
IsRange
public bool IsRange { get; }
Property Value
IsReadOnly
public bool IsReadOnly { get; }
Property Value
IsTag
public bool IsTag { get; }
Property Value
IsTextArea
public bool IsTextArea { get; }
Property Value
Label
public string Label { get; }
Property Value
Range
public PropertyRangeAttribute Range { get; }
Property Value
TextArea
public PropertyTextAreaAttribute TextArea { get; }
Property Value
Tooltip
public PropertyTooltipAttribute Tooltip { get; }
Property Value
Methods
EvaluateConditions(object)
public void EvaluateConditions(object target)
Parameters
target
object