C# Class VRInteraction.VRIInteractableItem

Inheritance: VRIInteractable
ファイルを表示 Open project: TomorrowTodayLabs/VRInteraction

Public Properties

Property Type Description
InteractionPoint UnityEngine.Transform

Protected Properties

Property Type Description
AttachedPositionMagic float
AttachedRotationMagic float
PickupTransform UnityEngine.Transform

Public Methods

Method Description
BeginInteraction ( VRIHand hand ) : void
EndInteraction ( ) : void

Protected Methods

Method Description
FixedUpdate ( ) : void

Method Details

BeginInteraction() public method

public BeginInteraction ( VRIHand hand ) : void
hand VRIHand
return void

EndInteraction() public method

public EndInteraction ( ) : void
return void

FixedUpdate() protected method

protected FixedUpdate ( ) : void
return void

Property Details

AttachedPositionMagic protected_oe property

protected float AttachedPositionMagic
return float

AttachedRotationMagic protected_oe property

protected float AttachedRotationMagic
return float

InteractionPoint public_oe property

public Transform,UnityEngine InteractionPoint
return UnityEngine.Transform

PickupTransform protected_oe property

protected Transform,UnityEngine PickupTransform
return UnityEngine.Transform