Tanoda
Leap.Unity.Interaction.AnchorGroup Class Reference
Inheritance diagram for Leap.Unity.Interaction.AnchorGroup:

Public Member Functions

bool Contains (Anchor anchor)
 
bool Add (Anchor anchor)
 
bool Remove (Anchor anchor)
 
void NotifyAnchorableObjectAdded (AnchorableBehaviour anchObj)
 
void NotifyAnchorableObjectRemoved (AnchorableBehaviour anchObj)
 

Properties

AnchorSet anchors [get]
 
HashSet< AnchorableBehaviouranchorableObjects [get]
 Gets the AnchorableBehaviours that are set to this AnchorGroup. More...
 

Detailed Description

Definition at line 19 of file AnchorGroup.cs.

Member Function Documentation

◆ Add()

bool Leap.Unity.Interaction.AnchorGroup.Add ( Anchor  anchor)

Definition at line 49 of file AnchorGroup.cs.

◆ Contains()

bool Leap.Unity.Interaction.AnchorGroup.Contains ( Anchor  anchor)

Definition at line 45 of file AnchorGroup.cs.

◆ NotifyAnchorableObjectAdded()

void Leap.Unity.Interaction.AnchorGroup.NotifyAnchorableObjectAdded ( AnchorableBehaviour  anchObj)

Definition at line 69 of file AnchorGroup.cs.

◆ NotifyAnchorableObjectRemoved()

void Leap.Unity.Interaction.AnchorGroup.NotifyAnchorableObjectRemoved ( AnchorableBehaviour  anchObj)

Definition at line 73 of file AnchorGroup.cs.

◆ Remove()

bool Leap.Unity.Interaction.AnchorGroup.Remove ( Anchor  anchor)

Definition at line 59 of file AnchorGroup.cs.

Property Documentation

◆ anchorableObjects

HashSet<AnchorableBehaviour> Leap.Unity.Interaction.AnchorGroup.anchorableObjects
get

Gets the AnchorableBehaviours that are set to this AnchorGroup.

Definition at line 31 of file AnchorGroup.cs.

◆ anchors

AnchorSet Leap.Unity.Interaction.AnchorGroup.anchors
get

Definition at line 25 of file AnchorGroup.cs.


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