Hydrogen Framework
1.3.1
|
Public Attributes | |
bool | ScaleInverted |
Was the scale of the Mesh inverted? Therefore needs rewinding! More... | |
BufferedMesh | Mesh |
Thread safe representation of a UnityEngine.Mesh. More... | |
Matrix4x4 | WorldMatrix |
The provided WorldMatrix. More... | |
int[] | Materials |
An array of DataHashCodes ordered for the BufferedMesh. More... | |
Mesh Input Format
Definition at line 784 of file MeshCombiner.cs.
int [] Hydrogen.Threading.Jobs.MeshCombiner.MeshInput.Materials |
An array of DataHashCodes ordered for the BufferedMesh.
Definition at line 801 of file MeshCombiner.cs.
BufferedMesh Hydrogen.Threading.Jobs.MeshCombiner.MeshInput.Mesh |
Thread safe representation of a UnityEngine.Mesh.
Definition at line 793 of file MeshCombiner.cs.
bool Hydrogen.Threading.Jobs.MeshCombiner.MeshInput.ScaleInverted |
Was the scale of the Mesh inverted? Therefore needs rewinding!
Definition at line 789 of file MeshCombiner.cs.
Matrix4x4 Hydrogen.Threading.Jobs.MeshCombiner.MeshInput.WorldMatrix |
The provided WorldMatrix.
Definition at line 797 of file MeshCombiner.cs.