API reference
API reference
Select your platform
No SDKs available
No versions available

PingPongPaddle Class

Extends MonoBehaviour

Protected Fields

_started : bool
Signature
bool Oculus.Interaction.Samples.PingPongPaddle._started

Protected Methods

OnDisable ()
Signature
virtual void Oculus.Interaction.Samples.PingPongPaddle.OnDisable()
Returns
void
OnEnable ()
Signature
virtual void Oculus.Interaction.Samples.PingPongPaddle.OnEnable()
Returns
void
Start ()
Signature
virtual void Oculus.Interaction.Samples.PingPongPaddle.Start()
Returns
void

Methods

BeginTransform ()
Invoked by the owning IGrabbable to instruct the ITransformer to start its procedural animation.
Typically, this is invoked in response to the start of a selecting grab interaction.
Signature
void Oculus.Interaction.Samples.PingPongPaddle.BeginTransform()
Returns
void
EndTransform ()
Invoked by the owning IGrabbable to instruct the ITransformer to end its procedural animation.
Typically, this is invoked in response to the end of a selecting grab interaction.
Signature
void Oculus.Interaction.Samples.PingPongPaddle.EndTransform()
Returns
void
Initialize ( grabbable )
Invoked by the owning IGrabbable as part of its own initialization, passing itself as grabbable so that the ITransformer can do any required initial setup.
Signature
void Oculus.Interaction.Samples.PingPongPaddle.Initialize(IGrabbable grabbable)
Parameters
grabbable: IGrabbable  The owning IGrabbable for this instance.
Returns
void
UpdateTransform ()
Invoked by the owning IGrabbable to instruct the ITransformer to advance to the next frame of its procedural animation.
Typically, this is invoked in response to the continuation of a selecting grab interaction.
Signature
void Oculus.Interaction.Samples.PingPongPaddle.UpdateTransform()
Returns
void