Show / Hide Table of Contents

Interface IAnchorableAnchored

An interface that can be implemented by components that want to receive OnAnchored events from Anchorable components.

Namespace: Liminal.SDK.VR.Avatars.Events
Assembly: Liminal.SDK.dll
Syntax
public interface IAnchorableAnchored

Methods

| Improve this Doc View Source

OnAnchored(IVRAvatarLimb)

Executed when an Anchorable component on the same object dispatched and OnAnchored event.

Declaration
void OnAnchored(IVRAvatarLimb limb)
Parameters
Type Name Description
IVRAvatarLimb limb

The limb that object was anchored to.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX