Class FVRPointable
- Namespace
- FistVR
- Assembly
- Assembly-CSharp.dll
public class FVRPointable : MonoBehaviour
- Inheritance
-
FVRPointable
- Derived
-
Constructors
FVRPointable()
Fields
MaxPointingRange
public float MaxPointingRange
Field Value
- float
PointingHands
protected List<FVRViveHand> PointingHands
Field Value
- List<FVRViveHand>
m_isBeingPointedAt
protected bool m_isBeingPointedAt
Field Value
- bool
Methods
BeginHoverDisplay()
public virtual void BeginHoverDisplay()
EndHoverDisplay()
public virtual void EndHoverDisplay()
EndPoint(FVRViveHand)
public virtual void EndPoint(FVRViveHand hand)
Parameters
hand
FVRViveHand
OnPoint(FVRViveHand)
public virtual void OnPoint(FVRViveHand hand)
Parameters
hand
FVRViveHand
Update()
public virtual void Update()