C# Class VRInteraction.VRIHand

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: TomorrowTodayLabs/VRInteraction Class Usage Examples

Méthodes publiques

Свойство Type Description
HoldButtonDown bool
HoldButtonPressed bool
HoldButtonUp bool
Rigidbody Rigidbody
UseButtonDown bool
UseButtonPressed bool
UseButtonUp bool

Méthodes publiques

Méthode Description
DeregisterInteractable ( VRIInteractable interactable ) : void
EndInteraction ( VRIInteractable item ) : void
GetPositionDelta ( ) : Vector3
GetVelocityEstimation ( ) : Vector3

Private Methods

Méthode Description
Awake ( ) : void
BeginInteraction ( VRIInteractable interactable ) : void
DoSetDeviceIndex ( int index ) : IEnumerator
FixedUpdate ( ) : void
InitializeController ( ) : void
OnTriggerEnter ( Collider collider ) : void
OnTriggerExit ( Collider collider ) : void
OnTriggerStay ( Collider collider ) : void
PickupClosest ( ) : void
SetDeviceIndex ( int index ) : void
SetNontriggerState ( bool state ) : void
SetTriggerState ( bool state ) : void
SetVisibility ( VisibilityLevel visibility ) : void
Update ( ) : void
UpdateVisibilityAndColliders ( ) : void

Method Details

DeregisterInteractable() public méthode

public DeregisterInteractable ( VRIInteractable interactable ) : void
interactable VRIInteractable
Résultat void

EndInteraction() public méthode

public EndInteraction ( VRIInteractable item ) : void
item VRIInteractable
Résultat void

GetPositionDelta() public méthode

public GetPositionDelta ( ) : Vector3
Résultat Vector3

GetVelocityEstimation() public méthode

public GetVelocityEstimation ( ) : Vector3
Résultat Vector3

Property Details

HoldButtonDown public_oe property

public bool HoldButtonDown
Résultat bool

HoldButtonPressed public_oe property

public bool HoldButtonPressed
Résultat bool

HoldButtonUp public_oe property

public bool HoldButtonUp
Résultat bool

Rigidbody public_oe property

public Rigidbody Rigidbody
Résultat Rigidbody

UseButtonDown public_oe property

public bool UseButtonDown
Résultat bool

UseButtonPressed public_oe property

public bool UseButtonPressed
Résultat bool

UseButtonUp public_oe property

public bool UseButtonUp
Résultat bool