C# 클래스 Spine.MeshItem

파일 보기 프로젝트 열기: EsotericSoftware/spine-runtimes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
texture Microsoft.Xna.Framework.Graphics.Texture2D
triangles int[]
vertexCount int
vertices VertexPositionColorTexture[]

프로퍼티 상세

texture 공개적으로 프로퍼티

public Texture2D,Microsoft.Xna.Framework.Graphics texture
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

triangles 공개적으로 프로퍼티

public int[] triangles
리턴 int[]

vertexCount 공개적으로 프로퍼티

public int vertexCount
리턴 int

vertices 공개적으로 프로퍼티

public VertexPositionColorTexture[] vertices
리턴 VertexPositionColorTexture[]