BitWriterWriteRotation Method |  |
[This is preliminary documentation and is subject to change.]
Write a rotation to the stream.
Namespace:
MLAPI.Serialization
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void WriteRotation(
Quaternion rotation,
int bytesPerAngle
)
Request Example
View SourceParameters
- rotation
- Type: Quaternion
Rotation to write - bytesPerAngle
- Type: SystemInt32
How many bytes each written angle should occupy. Must be between 1 and 4 (inclusive)
See Also