C# Class SteamVR_RenderModel, vive-holojam

Inheritance: MonoBehaviour
Afficher le fichier Open project: nyu-vr-research/vive-holojam Class Usage Examples

Méthodes publiques

Свойство Type Description
index SteamVR_TrackedObject.EIndex
modelOverride string
models Hashtable

Méthodes publiques

Méthode Description
SetDeviceIndex ( int index ) : void
UpdateModel ( ) : void

Private Methods

Méthode Description
LoadRenderModel ( string renderModelName ) : RenderModel
OnDeviceConnected ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
SetModel ( string renderModelName ) : void
Update ( ) : void

Method Details

SetDeviceIndex() public méthode

public SetDeviceIndex ( int index ) : void
index int
Résultat void

UpdateModel() public méthode

public UpdateModel ( ) : void
Résultat void

Property Details

index public_oe property

public SteamVR_TrackedObject.EIndex index
Résultat SteamVR_TrackedObject.EIndex

modelOverride public_oe property

public string modelOverride
Résultat string

models public_oe static_oe property

public static Hashtable models
Résultat Hashtable