C# Class Spine.RegionItem

显示文件 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_oe property

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

vertexBL public_oe property

public VertexPositionColorTexture vertexBL
return VertexPositionColorTexture

vertexBR public_oe property

public VertexPositionColorTexture vertexBR
return VertexPositionColorTexture

vertexTL public_oe property

public VertexPositionColorTexture vertexTL
return VertexPositionColorTexture

vertexTR public_oe property

public VertexPositionColorTexture vertexTR
return VertexPositionColorTexture