C# 클래스 Spine.Unity.MeshGeneration.ArraysSubmeshedMeshGenerator

Arrays submeshed mesh generator.
상속: ArraysMeshGenerator, ISubmeshedMeshGenerator
파일 보기 프로젝트 열기: EsotericSoftware/spine-runtimes

공개 메소드들

메소드 설명
GenerateInstruction ( Skeleton skeleton ) : Spine.Unity.MeshGeneration.SubmeshedMeshInstruction
GenerateMesh ( Spine.Unity.MeshGeneration.SubmeshedMeshInstruction meshInstructions ) : Spine.Unity.MeshGeneration.MeshAndMaterials

Generates a mesh based on SubmeshedMeshInstructions

메소드 상세

GenerateInstruction() 공개 메소드

public GenerateInstruction ( Skeleton skeleton ) : Spine.Unity.MeshGeneration.SubmeshedMeshInstruction
skeleton Skeleton
리턴 Spine.Unity.MeshGeneration.SubmeshedMeshInstruction

GenerateMesh() 공개 메소드

Generates a mesh based on SubmeshedMeshInstructions
public GenerateMesh ( Spine.Unity.MeshGeneration.SubmeshedMeshInstruction meshInstructions ) : Spine.Unity.MeshGeneration.MeshAndMaterials
meshInstructions Spine.Unity.MeshGeneration.SubmeshedMeshInstruction
리턴 Spine.Unity.MeshGeneration.MeshAndMaterials