Show / Hide Table of Contents

Class VRAvatarLimb.LimbEvents

A collection of events relating to avatar limbs.

Inheritance
System.Object
VRAvatarLimb.LimbEvents
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
Assembly: Liminal.SDK.dll
Syntax
[Serializable]
public class LimbEvents

Properties

| Improve this Doc View Source

OnAnchored

Raised when an object is anchored to the limb.

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

OnUnanchored

Raised when an object unanchored from the limb.

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