Enum math.ShuffleComponent
Specifies a shuffle component.
Namespace: Unity.Mathematics
Syntax
public enum ShuffleComponent : byte
Fields
| Name | Description | Value |
|---|---|---|
| LeftW | Specified the w component of the left vector. |
|
| LeftX | Specified the x component of the left vector. |
|
| LeftY | Specified the y component of the left vector. |
|
| LeftZ | Specified the z component of the left vector. |
|
| RightW | Specified the w component of the right vector. |
|
| RightX | Specified the x component of the right vector. |
|
| RightY | Specified the y component of the right vector. |
|
| RightZ | Specified the z component of the right vector. |