C# Class MeshCombineUtility.MeshInstance, OZML

Afficher le fichier Open project: merveilles/OZML Class Usage Examples

Méthodes publiques

Свойство Type Description
mesh Mesh
subMeshIndex int
targetSubMeshIndex int
transform Matrix4x4

Property Details

mesh public_oe property

The source mesh.
public Mesh mesh
Résultat Mesh

subMeshIndex public_oe property

The submesh from the source mesh that you want to add to the combiner.
public int subMeshIndex
Résultat int

targetSubMeshIndex public_oe property

The submesh that you want this instance to be combined into. Group instances that should share a material into the same target submesh index.
public int targetSubMeshIndex
Résultat int

transform public_oe property

The instance transform.
public Matrix4x4 transform
Résultat Matrix4x4