Interface IVRPointerVisual
An interface for the visual components of a IVRPointer.
Namespace: Liminal.SDK.VR.Pointers
Assembly: Liminal.SDK.dll
Syntax
public interface IVRPointerVisual
Properties
| Improve this Doc View SourcePointer
Gets the IVRPointer instance the visual is bound to.
Declaration
IVRPointer Pointer { get; }
Property Value
Type | Description |
---|---|
IVRPointer |
transform
Gets the transfrom for the pointer visual.
Declaration
Transform transform { get; }
Property Value
Type | Description |
---|---|
UnityEngine.Transform |
Methods
| Improve this Doc View SourceBind(IVRPointer)
Binds the pointer visual to an IVRPointer instance.
Declaration
void Bind(IVRPointer pointer)
Parameters
Type | Name | Description |
---|---|---|
IVRPointer | pointer |
SetActive(Boolean)
Sets the active state of the pointer visual.
Declaration
void SetActive(bool activeState)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | activeState | The active state of the pointer visual. |
Unbind()
Unbinds the pointer visual from the current IVRPointer instance.
Declaration
void Unbind()