C# Class VRInteraction.VRIPlayer

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: TomorrowTodayLabs/VRInteraction Class Usage Examples

Public Properties

Property Type Description
Hands VRInteraction.VRIHand[]
Instance VRIPlayer
PhysicalHands bool

Public Methods

Method Description
DeregisterInteractable ( VRIInteractable interactable ) : void
GetHand ( Collider collider ) : VRIHand

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void

Method Details

DeregisterInteractable() public static method

public static DeregisterInteractable ( VRIInteractable interactable ) : void
interactable VRIInteractable
return void

GetHand() public method

public GetHand ( Collider collider ) : VRIHand
collider UnityEngine.Collider
return VRIHand

Property Details

Hands public property

public VRIHand[],VRInteraction Hands
return VRInteraction.VRIHand[]

Instance public static property

public static VRIPlayer,VRInteraction Instance
return VRIPlayer

PhysicalHands public property

public bool PhysicalHands
return bool