C# 클래스 Spine.Unity.MeshGeneration.ArraysSubmeshSetMeshGenerator.SmartMesh

파일 보기 프로젝트 열기: EsotericSoftware/spine-runtimes

공개 프로퍼티들

프로퍼티 타입 설명
mesh UnityEngine.Mesh

공개 메소드들

메소드 설명
Set ( Vector3 verts, Vector2 uvs, Color32 colors, ExposedList attachments, ExposedList instructions ) : void
StructureDoesntMatch ( ExposedList attachments, ExposedList instructions ) : bool

메소드 상세

Set() 공개 메소드

public Set ( Vector3 verts, Vector2 uvs, Color32 colors, ExposedList attachments, ExposedList instructions ) : void
verts UnityEngine.Vector3
uvs UnityEngine.Vector2
colors UnityEngine.Color32
attachments ExposedList
instructions ExposedList
리턴 void

StructureDoesntMatch() 공개 메소드

public StructureDoesntMatch ( ExposedList attachments, ExposedList instructions ) : bool
attachments ExposedList
instructions ExposedList
리턴 bool

프로퍼티 상세

mesh 공개적으로 프로퍼티

public Mesh,UnityEngine mesh
리턴 UnityEngine.Mesh