Click or drag to resize

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)
Syntax
C#
public void WriteRotation(
	Quaternion rotation,
	int bytesPerAngle
)
Request Example View Source

Parameters

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