Show / Hide Table of Contents

    Class State

    State data model, state management and comparison instructions

    Inheritance
    Object
    State
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class State

    Fields

    ActiveIndex

    Declaration
    public int ActiveIndex
    Field Value
    Type Description
    Int32

    Bit

    Declaration
    public int Bit
    Field Value
    Type Description
    Int32

    Index

    Declaration
    public int Index
    Field Value
    Type Description
    Int32

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    String

    Value

    Declaration
    public int Value
    Field Value
    Type Description
    Int32

    Methods

    ToBit()

    Declaration
    public int ToBit()
    Returns
    Type Description
    Int32

    ToInt()

    Declaration
    public int ToInt()
    Returns
    Type Description
    Int32

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    Back to top Generated by DocFX