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.TwoGrabRotateTransformer.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.TwoGrabRotateTransformer.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.TwoGrabRotateTransformer.Initialize(IGrabbable grabbable) Parameters Returns void |
InjectOptionalConstraints
(
constraints
)
|
Signature
void Oculus.Interaction.TwoGrabRotateTransformer.InjectOptionalConstraints(TwoGrabRotateConstraints constraints) Parameters constraints: TwoGrabRotateConstraintsReturns void |
InjectOptionalPivotTransform
(
pivotTransform
)
|
Signature
void Oculus.Interaction.TwoGrabRotateTransformer.InjectOptionalPivotTransform(Transform pivotTransform) Parameters pivotTransform: TransformReturns void |
InjectOptionalRotationAxis
(
rotationAxis
)
|
Signature
void Oculus.Interaction.TwoGrabRotateTransformer.InjectOptionalRotationAxis(Axis rotationAxis) Parameters rotationAxis: AxisReturns 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.TwoGrabRotateTransformer.UpdateTransform() Returns void |
MaxAngle
: FloatConstraint |
Signature
FloatConstraint Oculus.Interaction.TwoGrabRotateTransformer.TwoGrabRotateConstraints.MaxAngle |
MinAngle
: FloatConstraint |
Signature
FloatConstraint Oculus.Interaction.TwoGrabRotateTransformer.TwoGrabRotateConstraints.MinAngle |
| Member | Value |
|---|---|
Right | 0 |
Up | 1 |
Forward | 2 |