Show / Hide Table of Contents

Interface IAnchorableUnanchored

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

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

Methods

| Improve this Doc View Source

OnUnanchored(IVRAvatarLimb)

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

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

The limb that object was unanchored from.

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