Show / Hide Table of Contents

Class Anchorable.AnchorableEvents

A collection of events for Anchorable objects.

Inheritance
System.Object
Anchorable.AnchorableEvents
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Liminal.SDK.VR.Avatars.Interaction
Assembly: Liminal.SDK.dll
Syntax
[Serializable]
public class AnchorableEvents

Properties

| Improve this Doc View Source

OnAnchored

Raise when the object is anchored to the limb.

Declaration
public AnchorableEvent OnAnchored { get; }
Property Value
Type Description
AnchorableEvent
| Improve this Doc View Source

OnUnanchored

Raised when the object is unanchored from the limb.

Declaration
public AnchorableEvent OnUnanchored { get; }
Property Value
Type Description
AnchorableEvent
  • Improve this Doc
  • View Source
Back to top Generated by DocFX