C# Class MovementManager

Inheritance: MonoBehaviour
Exibir arquivo Open project: leapmotion/ImageGrid Class Usage Examples

Public Properties

Property Type Description
handController HandController
leapMotionOVRController GameObject

Public Methods

Method Description
LateUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
handleKeyboardInput ( ) : void
handleMouseMove ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

handController public_oe property

public HandController handController
return HandController

leapMotionOVRController public_oe property

public GameObject leapMotionOVRController
return GameObject