Method Write
Write(BinaryWriter, Vector3)
Writes a vector3 to the binary writer.
Declaration
public static void Write(this BinaryWriter writer, Vector3 value)
Parameters
| Type | Name | Description |
|---|---|---|
| BinaryWriter | writer | |
| Vector3 | value | The vector3 that should be written. |
Write(BinaryWriter, Quaternion)
Writes a quaternion to the binary writer.
Declaration
public static void Write(this BinaryWriter writer, Quaternion value)
Parameters
| Type | Name | Description |
|---|---|---|
| BinaryWriter | writer | |
| Quaternion | value | The quaternion that should be written. |
Write(BinaryWriter, AffineTransform)
Writes a transform to the binary writer.
Declaration
public static void Write(this BinaryWriter writer, AffineTransform transform)
Parameters
| Type | Name | Description |
|---|---|---|
| BinaryWriter | writer | |
| AffineTransform | transform | The transform that should be written. |