C# 클래스 Spine.SkeletonMeshRenderer

Draws region and mesh attachments.
파일 보기 프로젝트 열기: EsotericSoftware/spine-runtimes 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( ) : void
Draw ( Skeleton skeleton ) : void
End ( ) : void
SkeletonMeshRenderer ( GraphicsDevice device ) : System

메소드 상세

Begin() 공개 메소드

public Begin ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( Skeleton skeleton ) : void
skeleton Skeleton
리턴 void

End() 공개 메소드

public End ( ) : void
리턴 void

SkeletonMeshRenderer() 공개 메소드

public SkeletonMeshRenderer ( GraphicsDevice device ) : System
device GraphicsDevice
리턴 System