C# Class Spine.Unity.MeshGeneration.ArraysSimpleMeshGenerator

Inheritance: ArraysMeshGenerator, ISimpleMeshGenerator
Mostra file Open project: EsotericSoftware/spine-runtimes

Protected Properties

Property Type Description
lastGeneratedMesh UnityEngine.Mesh
scale float

Public Methods

Method Description
GenerateMesh ( Skeleton skeleton ) : Mesh

Method Details

GenerateMesh() public method

public GenerateMesh ( Skeleton skeleton ) : Mesh
skeleton Skeleton
return UnityEngine.Mesh

Property Details

lastGeneratedMesh protected_oe property

protected Mesh,UnityEngine lastGeneratedMesh
return UnityEngine.Mesh

scale protected_oe property

protected float scale
return float