C# Class Spine.RegionItem

Show file Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Public Properties

Property Type Description
texture Microsoft.Xna.Framework.Graphics.Texture2D
vertexBL VertexPositionColorTexture
vertexBR VertexPositionColorTexture
vertexTL VertexPositionColorTexture
vertexTR VertexPositionColorTexture

Property Details

texture public property

public Texture2D,Microsoft.Xna.Framework.Graphics texture
return Microsoft.Xna.Framework.Graphics.Texture2D

vertexBL public property

public VertexPositionColorTexture vertexBL
return VertexPositionColorTexture

vertexBR public property

public VertexPositionColorTexture vertexBR
return VertexPositionColorTexture

vertexTL public property

public VertexPositionColorTexture vertexTL
return VertexPositionColorTexture

vertexTR public property

public VertexPositionColorTexture vertexTR
return VertexPositionColorTexture