C# Class VRControllerButtonHints

Inheritance: MonoBehaviour
Afficher le fichier Open project: adamhleslie/MorningRitual-GlobalGameJam2016 Class Usage Examples

Méthodes publiques

Свойство Type Description
controllerMaterial Material
flashColor Color

Méthodes publiques

Méthode 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

Private Methods

Méthode 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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

FlashRenderers() public méthode

public FlashRenderers ( string componentName ) : void
componentName string
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void

Hide() public static méthode

public static Hide ( VRHand, hand ) : void
hand VRHand,
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnHandInitialized() public méthode

public OnHandInitialized ( int deviceIndex ) : void
deviceIndex int
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Show() public static méthode

public static Show ( VRHand, hand ) : void
hand VRHand,
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

controllerMaterial public_oe property

public Material controllerMaterial
Résultat Material

flashColor public_oe property

public Color flashColor
Résultat Color