SuperBehaviour SuperBehaviour
SuperBehaviour SuperBehaviour
v0.1.2 [Beta]

Search Results for

    Class PropertyRangeAttribute

    Namespace
    LoM.Super
    Assembly
    LoM.Super.dll

    Attribute to specify a range for a property. Only works for float and int.

    [AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = true)]
    public class PropertyRangeAttribute : Attribute
    Inheritance
    object
    Attribute
    PropertyRangeAttribute

    Constructors

    PropertyRangeAttribute(float, float)

    public PropertyRangeAttribute(float min, float max)

    Parameters

    min float
    max float

    PropertyRangeAttribute(RangeAttribute)

    public PropertyRangeAttribute(RangeAttribute range)

    Parameters

    range RangeAttribute

    Properties

    Max

    public float Max { get; }

    Property Value

    float

    Min

    public float Min { get; }

    Property Value

    float
    © Lords of Mahlstrom Gaming, all rights reserved.