C# Class Spine.SkeletonRegionRenderer

Draws region attachments.
Show file Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Public Methods

Method Description
Begin ( ) : void
Draw ( Skeleton skeleton ) : void
End ( ) : void
SkeletonRegionRenderer ( 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

SkeletonRegionRenderer() public method

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