Class DeviceStateCreator
Inheritance
System.Object
DeviceStateCreator
Assembly: cs.temp.dll.dll
public class DeviceStateCreator : MonoBehaviour
Methods
Declaration
Returns
| Type |
Description |
| System.Int32 |
|
Declaration
public ImmersiveDeviceInputState GetImmersiveDeviceInputState(int index)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Returns
| Type |
Description |
| ImmersiveDeviceInputState |
|
Declaration
public List<ImmersiveDeviceInputState> GetRandomImmersiveDeviceInputStates(int numStates)
Parameters
| Type |
Name |
Description |
| System.Int32 |
numStates |
|
Returns
| Type |
Description |
| System.Collections.Generic.List<ImmersiveDeviceInputState> |
|
Declaration
protected virtual void OnReady()
Events
Declaration
public event EventHandler Ready
Event Type
| Type |
Description |
| EventHandler |
|