Search Results for

    Show / Hide Table of Contents

    Class ModifiableInt

    Inheritance
    Object
    ModifieableProperty<Int32>
    ModifiableInt
    Implements
    IModifiableProperty<Int32>
    IReadOnlyModifiableProperty<Int32>
    Inherited Members
    ModifieableProperty<Int32>.BaseValue
    ModifieableProperty<Int32>.Modifiers
    ModifieableProperty<Int32>.HasModifiers
    ModifieableProperty<Int32>.IReadOnlyModifiableProperty<Int32>.Modifiers
    ModifieableProperty<Int32>.Evaluate()
    Namespace: MackySoft.Modiferty
    Assembly: cs.temp.dll.dll
    Syntax
    public class ModifiableInt : ModifieableProperty<int>, IModifiableProperty<int>, IReadOnlyModifiableProperty<int>

    Constructors

    ModifiableInt()

    Declaration
    public ModifiableInt()

    ModifiableInt(Int32)

    Declaration
    public ModifiableInt(int baseValue)
    Parameters
    Type Name Description
    Int32 baseValue

    Implements

    IModifiableProperty<T>
    IReadOnlyModifiableProperty<T>
    In This Article
    • Constructors
      • ModifiableInt()
      • ModifiableInt(Int32)
    • Implements
    Back to top Modiferty - Property Modification for Unity