C# Class ToolModel

Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid Class Usage Examples

Méthodes publiques

Свойство Type Description
filtering float

Protected Properties

Свойство Type Description
controller_ HandController,
mirror_z_axis_ bool
tool_ Tool,

Méthodes publiques

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

public GetController ( ) : HandController,
Résultat HandController,

GetLeapTool() public méthode

public GetLeapTool ( ) : Tool,
Résultat Tool,

GetToolRotation() public méthode

public GetToolRotation ( ) : Quaternion
Résultat Quaternion

GetToolTipPosition() public méthode

public GetToolTipPosition ( ) : Vector3
Résultat Vector3

GetToolTipVelocity() public méthode

public GetToolTipVelocity ( ) : Vector3
Résultat Vector3

InitTool() public méthode

public InitTool ( ) : void
Résultat void

MirrorZAxis() public méthode

public MirrorZAxis ( bool mirror = true ) : void
mirror bool
Résultat void

SetController() public méthode

public SetController ( HandController, controller ) : void
controller HandController,
Résultat void

SetLeapTool() public méthode

public SetLeapTool ( Tool, tool ) : void
tool Tool,
Résultat void

UpdateTool() public méthode

public UpdateTool ( ) : void
Résultat void

Property Details

controller_ protected_oe property

protected HandController, controller_
Résultat HandController,

filtering public_oe property

public float filtering
Résultat float

mirror_z_axis_ protected_oe property

protected bool mirror_z_axis_
Résultat bool

tool_ protected_oe property

protected Tool, tool_
Résultat Tool,