Hydrogen Framework  1.3.1
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Hydrogen.Threading.Jobs.MeshCombiner.MeshInput Class Reference

Mesh Input Format More...

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...
 

Detailed Description

Mesh Input Format

Definition at line 784 of file MeshCombiner.cs.

Member Data Documentation

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.