C# Class SixenseHand

Inheritance: MonoBehaviour
Mostrar archivo Open project: Denakee/HackerMan_2016 Class Usage Examples

Public Properties

Property Type Description
GripStrength float
m_controller SixenseInput.Controller,
m_hand SixenseHands

Public Methods

Method Description
FixedUpdate ( ) : void
OnTriggerStay ( Collider col ) : void

Protected Methods

Method Description
HandleInput ( int i ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
CalcVelocity ( int i ) : Vector3

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

HandleInput() protected method

protected HandleInput ( int i ) : void
i int
return void

OnTriggerStay() public method

public OnTriggerStay ( Collider col ) : void
col Collider
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

GripStrength public_oe property

public float GripStrength
return float

m_controller public_oe property

public SixenseInput.Controller, m_controller
return SixenseInput.Controller,

m_hand public_oe property

public SixenseHands m_hand
return SixenseHands