SuperBehaviour SuperBehaviour
SuperBehaviour SuperBehaviour
v0.1.2 [Beta]

Search Results for

    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
    object
    SerializedAttributes

    Properties

    Buttons

    public ButtonAttribute[] Buttons { get; }

    Property Value

    ButtonAttribute[]

    Conditions

    public ConditionAttribute[] Conditions { get; }

    Property Value

    ConditionAttribute[]

    FixedBufferSize

    public int FixedBufferSize { get; }

    Property Value

    int

    FixedBufferType

    public Type FixedBufferType { get; }

    Property Value

    Type

    HasButtons

    public bool HasButtons { get; }

    Property Value

    bool

    HasHeaders

    public bool HasHeaders { get; }

    Property Value

    bool

    HasSpace

    public bool HasSpace { get; }

    Property Value

    bool

    HasTooltip

    public bool HasTooltip { get; }

    Property Value

    bool

    Headers

    public PropertyHeaderAttribute[] Headers { get; }

    Property Value

    PropertyHeaderAttribute[]

    IsActive

    public bool IsActive { get; }

    Property Value

    bool

    IsFixedBuffer

    public bool IsFixedBuffer { get; }

    Property Value

    bool

    IsHDRColor

    public bool IsHDRColor { get; }

    Property Value

    bool

    IsLayer

    public bool IsLayer { get; }

    Property Value

    bool

    IsRange

    public bool IsRange { get; }

    Property Value

    bool

    IsReadOnly

    public bool IsReadOnly { get; }

    Property Value

    bool

    IsTab

    public bool IsTab { get; }

    Property Value

    bool

    IsTag

    public bool IsTag { get; }

    Property Value

    bool

    IsTextArea

    public bool IsTextArea { get; }

    Property Value

    bool

    Label

    public string Label { get; }

    Property Value

    string

    Range

    public PropertyRangeAttribute Range { get; }

    Property Value

    PropertyRangeAttribute

    TextArea

    public PropertyTextAreaAttribute TextArea { get; }

    Property Value

    PropertyTextAreaAttribute

    Tooltip

    public PropertyTooltipAttribute Tooltip { get; }

    Property Value

    PropertyTooltipAttribute

    Methods

    EvaluateConditions(object)

    public void EvaluateConditions(object target)

    Parameters

    target object
    © Lords of Mahlstrom Gaming, all rights reserved.