Tanoda
|
Classes | |
class | Transformer |
Protected Member Functions | |
override ITransformer | CosntructBaseTransformer () |
override ITransformer | ConstructTransformer (LeapSpaceAnchor anchor) |
override void | UpdateRadialTransformer (ITransformer transformer, ITransformer parent, Vector3 rectSpaceDelta) |
![]() | |
sealed override void | UpdateTransformer (ITransformer transformer, ITransformer parent) |
abstract void | UpdateRadialTransformer (ITransformer transformer, ITransformer parent, Vector3 rectSpaceDelta) |
![]() | |
override void | OnEnable () |
override void | OnDisable () |
abstract ITransformer | CosntructBaseTransformer () |
abstract ITransformer | ConstructTransformer (LeapSpaceAnchor anchor) |
abstract void | UpdateTransformer (ITransformer transformer, ITransformer parent) |
virtual void | OnEnable () |
virtual void | OnDisable () |
Additional Inherited Members | |
![]() | |
override Hash | GetSettingHash () |
Get a hash of all features in this space. This is useful if you want to know if anything has changed about the settings of this space. More... | |
![]() | |
void | RebuildHierarchy () |
Call to traverse the entire hierarchy and rebuild the relationship between anchors. Call this whenever any of the following happens: More... | |
void | RecalculateTransformers () |
Call to update all transformers in the space. Call this whenever any anchor or parent of an anchor changes it's transform. More... | |
abstract Hash | GetSettingHash () |
Get a hash of all features in this space. This is useful if you want to know if anything has changed about the settings of this space. More... | |
![]() | |
void | RecalculateParentAnchor () |
![]() | |
static LeapSpaceAnchor | GetAnchor (Transform root) |
![]() | |
LeapSpaceAnchor | parent |
LeapSpace | space |
ITransformer | transformer |
![]() | |
float | radius [get, set] |
![]() | |
static List< LeapSpace > | allEnabled [get] |
List< LeapSpaceAnchor > | anchors [get] |
Returns all active anchors in depth-first pre-order More... | |
Definition at line 14 of file LeapSphericalSpace.cs.
|
protectedvirtual |
Implements Leap.Unity.Space.LeapSpace.
Definition at line 27 of file LeapSphericalSpace.cs.
|
protectedvirtual |
Implements Leap.Unity.Space.LeapSpace.
Definition at line 16 of file LeapSphericalSpace.cs.
|
protectedvirtual |
Implements Leap.Unity.Space.LeapRadialSpace.
Definition at line 34 of file LeapSphericalSpace.cs.