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

Controls collision state of Hand Model. More...

Inheritance diagram for BNG.HandCollision:

Public Attributes

HandController HandControl
 Used to determine if pointing or gripping.
 
Grabber HandGrabber
 Used to determine if Grabbing something.
 
bool EnableHandCollision = true
 If false we will not check for Hand Collision at all.
 
bool EnableCollisionOnPoint = true
 Should we enable hand colliders when pointing.
 
bool EnableCollisionOnFist = true
 Should we enable hand colliders when making a fist.
 
bool EnableCollisionOnAllPoses = false
 Should we enable hand colliders at all times (still respects EnableCollisionDuringGrab)
 
bool EnableCollisionDuringGrab = false
 Set to false to Disable Hand Colliders during grab or remote grab.
 
float PointAmount
 
float GripAmount
 
bool MakingFist
 

Detailed Description

Controls collision state of Hand Model.

Member Data Documentation

◆ EnableCollisionDuringGrab

bool BNG.HandCollision.EnableCollisionDuringGrab = false

Set to false to Disable Hand Colliders during grab or remote grab.

◆ EnableCollisionOnAllPoses

bool BNG.HandCollision.EnableCollisionOnAllPoses = false

Should we enable hand colliders at all times (still respects EnableCollisionDuringGrab)

◆ EnableCollisionOnFist

bool BNG.HandCollision.EnableCollisionOnFist = true

Should we enable hand colliders when making a fist.

◆ EnableCollisionOnPoint

bool BNG.HandCollision.EnableCollisionOnPoint = true

Should we enable hand colliders when pointing.

◆ EnableHandCollision

bool BNG.HandCollision.EnableHandCollision = true

If false we will not check for Hand Collision at all.

◆ GripAmount

float BNG.HandCollision.GripAmount

◆ HandControl

HandController BNG.HandCollision.HandControl

Used to determine if pointing or gripping.

◆ HandGrabber

Grabber BNG.HandCollision.HandGrabber

Used to determine if Grabbing something.

◆ MakingFist

bool BNG.HandCollision.MakingFist

◆ PointAmount

float BNG.HandCollision.PointAmount

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