optionaltransform - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Tutorial
Inherits from System.Object
Wrapper class for the values of a transform that can be marked if they should be used.
public class OptionalTransform| Name | Description |
|---|---|
| Position | Position provided. |
| Rotation | Rotation provided. |
| Scale | Scale provided. |
| UsePosition | If the position should be used. |
| UseRotation | If the rotation should be used. |
| UseScale | If the scale should be used. |