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

OneGrabRotateTransformer Class

A Transformer that rotates the target about an axis.
Oculus::Interaction::OneGrabRotateTransformer extends MonoBehaviour.
Oculus::Interaction::OneGrabRotateTransformer extends Oculus.Interaction.ITransformer.

Overview

Public Types

enum

Properties

Public Member Functions

void
Initialize
( IGrabbable grabbable )
Pose
void
void
void
void
InjectOptionalPivotTransform
( Transform pivotTransform )
void
InjectOptionalRotationAxis
( Axis rotationAxis )
void

Details

Detailed Description

Updates apply relative rotational changes of a GrabPoint about an axis. The axis is defined by a pivot transform: a world position and up vector.

Member Enumerations

enum Oculus::Interaction::OneGrabRotateTransformer.Axis
Enumerator
Right
= 0
Up
= 1
Forward
= 2

Properties

Transform Oculus.Interaction.OneGrabRotateTransformer.Pivot
No description available.
Axis Oculus.Interaction.OneGrabRotateTransformer.RotationAxis
No description available.
OneGrabRotateConstraints Oculus.Interaction.OneGrabRotateTransformer.Constraints
No description available.

Member Functions

void Oculus.Interaction.OneGrabRotateTransformer.Initialize
( IGrabbable grabbable )
No description available.
Pose Oculus.Interaction.OneGrabRotateTransformer.ComputeWorldPivotPose ( )
No description available.
void Oculus.Interaction.OneGrabRotateTransformer.BeginTransform ( )
No description available.
void Oculus.Interaction.OneGrabRotateTransformer.UpdateTransform ( )
No description available.
void Oculus.Interaction.OneGrabRotateTransformer.EndTransform ( )
No description available.
void Oculus.Interaction.OneGrabRotateTransformer.InjectOptionalPivotTransform
( Transform pivotTransform )
No description available.
void Oculus.Interaction.OneGrabRotateTransformer.InjectOptionalRotationAxis
( Axis rotationAxis )
No description available.
void Oculus.Interaction.OneGrabRotateTransformer.InjectOptionalConstraints
( OneGrabRotateConstraints constraints )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon