VR Interaction Framework v2.0
Loading...
Searching...
No Matches
BNG.RemoteGrabber Class Reference

Keeps track of Grabbables that are within it's Trigger. More...

Inheritance diagram for BNG.RemoteGrabber:

Public Member Functions

virtual void Update ()
 
void RemovePreviousHitObject ()
 

Public Attributes

RemoteGrabType PhysicsCheckType = RemoteGrabType.Trigger
 
bool TriggerRequiresRaycast = true
 
float RaycastLength = 20f
 
float SphereCastLength = 20f
 
float SphereCastRadius = 0.05f
 
LayerMask RemoteGrabLayers = ~0
 
GrabbablesInTrigger ParentGrabber
 
bool ShowGizmos = true
 

Detailed Description

Keeps track of Grabbables that are within it's Trigger.

Member Function Documentation

◆ RemovePreviousHitObject()

void BNG.RemoteGrabber.RemovePreviousHitObject ( )

◆ Update()

virtual void BNG.RemoteGrabber.Update ( )
virtual

Member Data Documentation

◆ ParentGrabber

GrabbablesInTrigger BNG.RemoteGrabber.ParentGrabber

◆ PhysicsCheckType

RemoteGrabType BNG.RemoteGrabber.PhysicsCheckType = RemoteGrabType.Trigger

◆ RaycastLength

float BNG.RemoteGrabber.RaycastLength = 20f

◆ RemoteGrabLayers

LayerMask BNG.RemoteGrabber.RemoteGrabLayers = ~0

◆ ShowGizmos

bool BNG.RemoteGrabber.ShowGizmos = true

◆ SphereCastLength

float BNG.RemoteGrabber.SphereCastLength = 20f

◆ SphereCastRadius

float BNG.RemoteGrabber.SphereCastRadius = 0.05f

◆ TriggerRequiresRaycast

bool BNG.RemoteGrabber.TriggerRequiresRaycast = true

The documentation for this class was generated from the following file: