Show / Hide Table of Contents

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 Source

Pointer

Gets the IVRPointer instance the visual is bound to.

Declaration
IVRPointer Pointer { get; }
Property Value
Type Description
IVRPointer
| Improve this Doc View Source

transform

Gets the transfrom for the pointer visual.

Declaration
Transform transform { get; }
Property Value
Type Description
UnityEngine.Transform

Methods

| Improve this Doc View Source

Bind(IVRPointer)

Binds the pointer visual to an IVRPointer instance.

Declaration
void Bind(IVRPointer pointer)
Parameters
Type Name Description
IVRPointer pointer
| Improve this Doc View Source

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.

| Improve this Doc View Source

Unbind()

Unbinds the pointer visual from the current IVRPointer instance.

Declaration
void Unbind()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX