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

Afficher le fichier Open project: EsotericSoftware/spine-runtimes

Méthodes publiques

Свойство Type Description
mesh UnityEngine.Mesh

Méthodes publiques

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

Method Details

Set() public méthode

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
Résultat void

StructureDoesntMatch() public méthode

public StructureDoesntMatch ( ExposedList attachments, ExposedList instructions ) : bool
attachments ExposedList
instructions ExposedList
Résultat bool

Property Details

mesh public_oe property

public Mesh,UnityEngine mesh
Résultat UnityEngine.Mesh