C# Class SteamVR_TrackedObject, RhythmSystem

Inheritance: MonoBehaviour
显示文件 Open project: williamrjackson/RhythmSystem Class Usage Examples

Public Properties

Property Type Description
index EIndex

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
SetDeviceIndex ( int index ) : void
SteamVR_TrackedObject ( ) : UnityEngine

Private Methods

Method Description
OnNewPoses ( Array, poses ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

SetDeviceIndex() public method

public SetDeviceIndex ( int index ) : void
index int
return void

SteamVR_TrackedObject() public method

public SteamVR_TrackedObject ( ) : UnityEngine
return UnityEngine

Property Details

index public_oe property

public EIndex index
return EIndex