C# Class Spine.Unity.MeshGeneration.ArraysSubmeshSetMeshGenerator.SmartMesh

ファイルを表示 Open project: EsotericSoftware/spine-runtimes

Public Properties

Property Type Description
mesh UnityEngine.Mesh

Public Methods

Method Description
Set ( Vector3 verts, Vector2 uvs, Color32 colors, ExposedList attachments, ExposedList instructions ) : void
StructureDoesntMatch ( ExposedList attachments, ExposedList instructions ) : bool

Method Details

Set() public method

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
return void

StructureDoesntMatch() public method

public StructureDoesntMatch ( ExposedList attachments, ExposedList instructions ) : bool
attachments ExposedList
instructions ExposedList
return bool

Property Details

mesh public_oe property

public Mesh,UnityEngine mesh
return UnityEngine.Mesh