Class Extensions
Static class that contains various extension methods.
Namespace: Unity.Kinematica
Assembly: solution.dll
Syntax
public static class Extensions
Methods
Name | Description |
---|---|
At<T>(Native |
Retrieves a reference to an element of a native array. |
At<T>(Native |
Retrieves a reference to an element of a native list. |
At<T>(Native |
Retrieves a reference to an element of a native slice. |
Read |
Reads a transform from the binary reader. |
Read |
Reads a component from the binary reader. |
Read |
Reads a native list from the binary reader. |
Read |
Reads a quaternion from the binary reader. |
Read |
Reads a transform from the binary reader. |
Read |
Reads a vector3 from the binary reader. |
Write(Binary |
Writes a transform to the binary writer. |
Write(Binary |
Writes a quaternion to the binary writer. |
Write(Binary |
Writes a vector3 to the binary writer. |
Write |
Writes a component path to the binary writer. |
Write |
Writes a native list to the binary writer. |
Write |
Writes a transform to the binary writer. |