UnityWriter Class
Class UnityWriter is used to write Unity types to a Writer.
Namespace: AlterunaAssembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
public static class UnityWriter
- Inheritance
- Object UnityWriter
Write(Writer, Bounds) |
Write a Bounds to a Writer.
|
Write(Writer, BoundsInt) |
Write a BoundsInt to a Writer.
|
Write(Writer, Color) |
Write a Color (RGBA) to a Writer.
|
Write(Writer, Color32) |
Write a Color32 (RGBA) to a Writer.
|
Write(Writer, Plane) |
Write a Plane to a Writer.
|
Write(Writer, Pose) |
Write a Pose to a Writer.
|
Write(Writer, Quaternion) |
Write a Quaternion to a Writer.
|
Write(Writer, Ray) |
Write a Ray to a Writer.
|
Write(Writer, Ray2D) |
Write a Ray2D to a Writer.
|
Write(Writer, Rect) |
Write a Rect to a Writer.
|
Write(Writer, RectInt) |
Write a RectInt to a Writer.
|
Write(Writer, Vector2) |
Write a Vector2 to a Writer.
|
Write(Writer, Vector2Int) |
Write a Vector2Int to a Writer.
|
Write(Writer, Vector3) |
Write a Vector3 to a Writer.
|
Write(Writer, Vector3Int) |
Write a Vector3Int to a Writer.
|
Write(Writer, Vector4) |
Write a Vector4 to a Writer.
|