Tanoda
Leap.Unity.Examples.TransformHandle Class Reference
Inheritance diagram for Leap.Unity.Examples.TransformHandle:
Leap.Unity.Examples.TransformRotationHandle Leap.Unity.Examples.TransformTranslationHandle

Public Member Functions

void syncRigidbodyWithTransform ()
 
void EnsureVisible ()
 Called by the Transform Tool when this handle should be visible. More...
 
void EnsureHidden ()
 Called by the Transform Tool when this handle should not be visible. More...
 

Public Attributes

UnityEvent OnShouldShowHandle = new UnityEvent()
 
UnityEvent OnShouldHideHandle = new UnityEvent()
 
UnityEvent OnHandleActivated = new UnityEvent()
 
UnityEvent OnHandleDeactivated = new UnityEvent()
 

Protected Member Functions

virtual void Start ()
 

Protected Attributes

InteractionBehaviour _intObj
 
TransformTool _tool
 

Detailed Description

Definition at line 19 of file TransformHandle.cs.

Member Function Documentation

◆ EnsureHidden()

void Leap.Unity.Examples.TransformHandle.EnsureHidden ( )

Called by the Transform Tool when this handle should not be visible.

Definition at line 69 of file TransformHandle.cs.

◆ EnsureVisible()

void Leap.Unity.Examples.TransformHandle.EnsureVisible ( )

Called by the Transform Tool when this handle should be visible.

Definition at line 60 of file TransformHandle.cs.

◆ Start()

virtual void Leap.Unity.Examples.TransformHandle.Start ( )
protectedvirtual

◆ syncRigidbodyWithTransform()

void Leap.Unity.Examples.TransformHandle.syncRigidbodyWithTransform ( )

Definition at line 38 of file TransformHandle.cs.

Member Data Documentation

◆ _intObj

InteractionBehaviour Leap.Unity.Examples.TransformHandle._intObj
protected

Definition at line 21 of file TransformHandle.cs.

◆ _tool

TransformTool Leap.Unity.Examples.TransformHandle._tool
protected

Definition at line 22 of file TransformHandle.cs.

◆ OnHandleActivated

UnityEvent Leap.Unity.Examples.TransformHandle.OnHandleActivated = new UnityEvent()

Definition at line 26 of file TransformHandle.cs.

◆ OnHandleDeactivated

UnityEvent Leap.Unity.Examples.TransformHandle.OnHandleDeactivated = new UnityEvent()

Definition at line 27 of file TransformHandle.cs.

◆ OnShouldHideHandle

UnityEvent Leap.Unity.Examples.TransformHandle.OnShouldHideHandle = new UnityEvent()

Definition at line 25 of file TransformHandle.cs.

◆ OnShouldShowHandle

UnityEvent Leap.Unity.Examples.TransformHandle.OnShouldShowHandle = new UnityEvent()

Definition at line 24 of file TransformHandle.cs.


The documentation for this class was generated from the following file: