C# Class Spine.SkeletonMeshRenderer

Draws region and mesh attachments.
显示文件 Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Public Methods

Method Description
Begin ( ) : void
Draw ( Skeleton skeleton ) : void
End ( ) : void
SkeletonMeshRenderer ( GraphicsDevice device ) : System

Method Details

Begin() public method

public Begin ( ) : void
return void

Draw() public method

public Draw ( Skeleton skeleton ) : void
skeleton Skeleton
return void

End() public method

public End ( ) : void
return void

SkeletonMeshRenderer() public method

public SkeletonMeshRenderer ( GraphicsDevice device ) : System
device GraphicsDevice
return System