C# Class SteamVR_RenderModel, vive-holojam

Inheritance: MonoBehaviour
Show file Open project: nyu-vr-research/vive-holojam Class Usage Examples

Public Properties

Property Type Description
index SteamVR_TrackedObject.EIndex
modelOverride string
models Hashtable

Public Methods

Method Description
SetDeviceIndex ( int index ) : void
UpdateModel ( ) : void

Private Methods

Method Description
LoadRenderModel ( string renderModelName ) : RenderModel
OnDeviceConnected ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
SetModel ( string renderModelName ) : void
Update ( ) : void

Method Details

SetDeviceIndex() public method

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

UpdateModel() public method

public UpdateModel ( ) : void
return void

Property Details

index public property

public SteamVR_TrackedObject.EIndex index
return SteamVR_TrackedObject.EIndex

modelOverride public property

public string modelOverride
return string

models public static property

public static Hashtable models
return Hashtable