C# Класс Spine.Unity.MeshGeneration.ArraysSubmeshSetMeshGenerator.SmartMesh

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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