Search Results for

    Show / Hide Table of Contents

    Class DeviceStateCreator

    Inheritance
    System.Object
    DeviceStateCreator
    Namespace: Immersive.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class DeviceStateCreator : MonoBehaviour

    Methods

    GetCount()

    Declaration
    public int GetCount()
    Returns
    Type Description
    System.Int32

    GetImmersiveDeviceInputState(Int32)

    Declaration
    public ImmersiveDeviceInputState GetImmersiveDeviceInputState(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    ImmersiveDeviceInputState

    GetRandomImmersiveDeviceInputStates(Int32)

    Declaration
    public List<ImmersiveDeviceInputState> GetRandomImmersiveDeviceInputStates(int numStates)
    Parameters
    Type Name Description
    System.Int32 numStates
    Returns
    Type Description
    System.Collections.Generic.List<ImmersiveDeviceInputState>

    OnReady()

    Declaration
    protected virtual void OnReady()

    Events

    Ready

    Declaration
    public event EventHandler Ready
    Event Type
    Type Description
    EventHandler
    In This Article
    Back to top Immersive Interactive