Class AffordanceAnimationDefinition
Definition containing data utilized to change the translation/rotation of an affordance
Inherited Members
Namespace: Unity.EditorXR.Core
Assembly: solution.dll
Syntax
[Serializable]
public class AffordanceAnimationDefinition
Properties
| Name | Description |
|---|---|
| max | The maximum value to which an affordance can be translated/rotated |
| min | The minimum value to which an affordance can be translated/rotated |
| reverseForRightHand | Bool denoting that the defined translation/rotation should be reversed for the right hand |
| rotateAxes | The axes on which to perform rotation of an affordance |
| translateAxes | The axes on which to perform translation of an affordance |