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 IAnchorableUnanchoredMethods
| Improve this Doc View SourceOnUnanchored(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. |