C# Class VRInteraction.VRIInteractableItem

Inheritance: VRIInteractable
Afficher le fichier Open project: TomorrowTodayLabs/VRInteraction

Méthodes publiques

Свойство Type Description
InteractionPoint UnityEngine.Transform

Protected Properties

Свойство Type Description
AttachedPositionMagic float
AttachedRotationMagic float
PickupTransform UnityEngine.Transform

Méthodes publiques

Méthode Description
BeginInteraction ( VRIHand hand ) : void
EndInteraction ( ) : void

Méthodes protégées

Méthode Description
FixedUpdate ( ) : void

Method Details

BeginInteraction() public méthode

public BeginInteraction ( VRIHand hand ) : void
hand VRIHand
Résultat void

EndInteraction() public méthode

public EndInteraction ( ) : void
Résultat void

FixedUpdate() protected méthode

protected FixedUpdate ( ) : void
Résultat void

Property Details

AttachedPositionMagic protected_oe property

protected float AttachedPositionMagic
Résultat float

AttachedRotationMagic protected_oe property

protected float AttachedRotationMagic
Résultat float

InteractionPoint public_oe property

public Transform,UnityEngine InteractionPoint
Résultat UnityEngine.Transform

PickupTransform protected_oe property

protected Transform,UnityEngine PickupTransform
Résultat UnityEngine.Transform