C# Class hyades.graphics.SpriteRenderer

Datei anzeigen Open project: zfedoran/bubblebound Class Usage Examples

Public Methods

Method Description
Add ( TextureRegion region, Color color, float x, float y, float width, float height, float rotation ) : void
Add ( TextureRegion region, Color color, float x, float y, float z, float width, float height, float rotation_x, float rotation_y, float rotation_z ) : void
AddString ( Font font, string text, float x, float y ) : void
AddString ( Font font, string text, float x, float y, Color color ) : void
AddString ( Font font, string text, float x, float y, float z ) : void
AddString ( Font font, string text, float x, float y, float z, Color color ) : void
AddString ( Font font, string text, float x, float y, float z, float scale, Color color ) : void
AddString ( Font font, string text, float x, float y, float z, float scale, float kerning, float rotation_x, float rotation_y, float rotation_z, Color color ) : void
Begin ( Camera camera ) : void
Clear ( ) : void
End ( ) : void
GetInstance ( GraphicsDevice device ) : SpriteRenderer
SpriteRenderer ( GraphicsDevice device ) : System

Private Methods

Method Description
Warm ( GraphicsDevice device ) : void

Method Details

Add() public method

public Add ( TextureRegion region, Color color, float x, float y, float width, float height, float rotation ) : void
region TextureRegion
color Color
x float
y float
width float
height float
rotation float
return void

Add() public method

public Add ( TextureRegion region, Color color, float x, float y, float z, float width, float height, float rotation_x, float rotation_y, float rotation_z ) : void
region TextureRegion
color Color
x float
y float
z float
width float
height float
rotation_x float
rotation_y float
rotation_z float
return void

AddString() public method

public AddString ( Font font, string text, float x, float y ) : void
font Font
text string
x float
y float
return void

AddString() public method

public AddString ( Font font, string text, float x, float y, Color color ) : void
font Font
text string
x float
y float
color Color
return void

AddString() public method

public AddString ( Font font, string text, float x, float y, float z ) : void
font Font
text string
x float
y float
z float
return void

AddString() public method

public AddString ( Font font, string text, float x, float y, float z, Color color ) : void
font Font
text string
x float
y float
z float
color Color
return void

AddString() public method

public AddString ( Font font, string text, float x, float y, float z, float scale, Color color ) : void
font Font
text string
x float
y float
z float
scale float
color Color
return void

AddString() public method

public AddString ( Font font, string text, float x, float y, float z, float scale, float kerning, float rotation_x, float rotation_y, float rotation_z, Color color ) : void
font Font
text string
x float
y float
z float
scale float
kerning float
rotation_x float
rotation_y float
rotation_z float
color Color
return void

Begin() public method

public Begin ( Camera camera ) : void
camera Camera
return void

Clear() public static method

public static Clear ( ) : void
return void

End() public method

public End ( ) : void
return void

GetInstance() public static method

public static GetInstance ( GraphicsDevice device ) : SpriteRenderer
device GraphicsDevice
return SpriteRenderer

SpriteRenderer() public method

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