InteractableComponent
: override Component
[Get] |
Signature
override Component InteractableComponent |
Interactor
: override IInteractorView
[Get][Set] |
Signature
override IInteractorView Interactor |
Align
(
data
)
|
Signature
override void Align(ReticleDataGhost data) Parameters data: ReticleDataGhostReturns override void |
Awake
()
|
Signature
virtual void Awake() Returns void |
Draw
(
data
)
|
Signature
override void Draw(ReticleDataGhost data) Parameters data: ReticleDataGhostReturns override void |
Hide
()
|
Signature
override void Hide() Returns override void |
Start
()
|
Signature
override void Start() Returns override void |
InjectAllReticleGhostDrawer
(
handGrabInteractor
, syntheticHand
, visualHand
)
|
Signature
void InjectAllReticleGhostDrawer(IHandGrabInteractor handGrabInteractor, SyntheticHand syntheticHand, IHandVisual visualHand) Parameters Returns void |
InjectHandGrabInteractor
(
handGrabInteractor
)
|
Signature
void InjectHandGrabInteractor(IHandGrabInteractor handGrabInteractor) Parameters handGrabInteractor: IHandGrabInteractorReturns void |
InjectSyntheticHand
(
syntheticHand
)
|
Signature
void InjectSyntheticHand(SyntheticHand syntheticHand) Parameters syntheticHand: SyntheticHandReturns void |
InjectVisualHand
(
visualHand
)
|