C# Class SixenseHand

Inheritance: MonoBehaviour
Afficher le fichier Open project: Denakee/HackerMan_2016 Class Usage Examples

Méthodes publiques

Свойство Type Description
GripStrength float
m_controller SixenseInput.Controller,
m_hand SixenseHands

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnTriggerStay ( Collider col ) : void

Méthodes protégées

Méthode Description
HandleInput ( int i ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
CalcVelocity ( int i ) : Vector3

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

HandleInput() protected méthode

protected HandleInput ( int i ) : void
i int
Résultat void

OnTriggerStay() public méthode

public OnTriggerStay ( Collider col ) : void
col Collider
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

GripStrength public_oe property

public float GripStrength
Résultat float

m_controller public_oe property

public SixenseInput.Controller, m_controller
Résultat SixenseInput.Controller,

m_hand public_oe property

public SixenseHands m_hand
Résultat SixenseHands