MaxAngle
: float
[Get][Set] |
Signature
float Oculus.Interaction.OneGrabSphereTransformer.MaxAngle |
MinAngle
: float
[Get][Set] |
Signature
float Oculus.Interaction.OneGrabSphereTransformer.MinAngle |
RadiusToScaleRatio
: Vector3
[Get][Set] |
Signature
Vector3 Oculus.Interaction.OneGrabSphereTransformer.RadiusToScaleRatio |
ScaleWithRadius
: bool
[Get][Set] |
Signature
bool Oculus.Interaction.OneGrabSphereTransformer.ScaleWithRadius |
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.OneGrabSphereTransformer.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.OneGrabSphereTransformer.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.OneGrabSphereTransformer.Initialize(IGrabbable grabbable) Parameters 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.OneGrabSphereTransformer.UpdateTransform() Returns void |