C# 클래스 MeshCombineUtility.MeshInstance, OZML

파일 보기 프로젝트 열기: merveilles/OZML 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mesh Mesh
subMeshIndex int
targetSubMeshIndex int
transform Matrix4x4

프로퍼티 상세

mesh 공개적으로 프로퍼티

The source mesh.
public Mesh mesh
리턴 Mesh

subMeshIndex 공개적으로 프로퍼티

The submesh from the source mesh that you want to add to the combiner.
public int subMeshIndex
리턴 int

targetSubMeshIndex 공개적으로 프로퍼티

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
리턴 int

transform 공개적으로 프로퍼티

The instance transform.
public Matrix4x4 transform
리턴 Matrix4x4