Haply::Inverse::Unity::CoordinateSystem::Vector3Settings
Contains settings for adjusting vector3 position, including axis order, negation, and an position offset.
Public Attributes
| Name | |
|---|---|
| Vector3Bool | negate |
| AxisOrder | axisMapping |
| Vector3 | positionOffset |
Public Attributes Documentation
variable negate
Vector3Bool negate;
variable axisMapping
AxisOrder axisMapping;
variable positionOffset
Vector3 positionOffset = Vector3.zero;