Property | Type | Description | |
---|---|---|---|
controllerMaterial | Material | ||
flashColor | Color |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
Clear ( ) : void | ||
FlashRenderers ( string componentName ) : void | ||
Hide ( ) : void | ||
Hide ( VRHand, hand ) : void | ||
OnDisable ( ) : void | ||
OnHandInitialized ( int deviceIndex ) : void | ||
Show ( ) : void | ||
Show ( VRHand, hand ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
RemapNumber ( float num, float low1, float high1, float low2, float high2 ) : float | ||
RemapNumberClamped ( float num, float low1, float high1, float low2, float high2 ) : float | ||
Test ( ) : IEnumerator |
public FlashRenderers ( string componentName ) : void | ||
componentName | string | |
return | void |
public OnHandInitialized ( int deviceIndex ) : void | ||
deviceIndex | int | |
return | void |