C# Class ToolModel

Inheritance: MonoBehaviour
Mostrar archivo Open project: leapmotion/ImageGrid Class Usage Examples

Public Properties

Property Type Description
filtering float

Protected Properties

Property Type Description
controller_ HandController,
mirror_z_axis_ bool
tool_ Tool,

Public Methods

Method Description
GetController ( ) : HandController,
GetLeapTool ( ) : Tool,
GetToolRotation ( ) : Quaternion
GetToolTipPosition ( ) : Vector3
GetToolTipVelocity ( ) : Vector3
InitTool ( ) : void
MirrorZAxis ( bool mirror = true ) : void
SetController ( HandController, controller ) : void
SetLeapTool ( Tool, tool ) : void
UpdateTool ( ) : void

Method Details

GetController() public method

public GetController ( ) : HandController,
return HandController,

GetLeapTool() public method

public GetLeapTool ( ) : Tool,
return Tool,

GetToolRotation() public method

public GetToolRotation ( ) : Quaternion
return Quaternion

GetToolTipPosition() public method

public GetToolTipPosition ( ) : Vector3
return Vector3

GetToolTipVelocity() public method

public GetToolTipVelocity ( ) : Vector3
return Vector3

InitTool() public method

public InitTool ( ) : void
return void

MirrorZAxis() public method

public MirrorZAxis ( bool mirror = true ) : void
mirror bool
return void

SetController() public method

public SetController ( HandController, controller ) : void
controller HandController,
return void

SetLeapTool() public method

public SetLeapTool ( Tool, tool ) : void
tool Tool,
return void

UpdateTool() public method

public UpdateTool ( ) : void
return void

Property Details

controller_ protected_oe property

protected HandController, controller_
return HandController,

filtering public_oe property

public float filtering
return float

mirror_z_axis_ protected_oe property

protected bool mirror_z_axis_
return bool

tool_ protected_oe property

protected Tool, tool_
return Tool,