C# Class OpenTkEngine.Core.SpriteEntity

Inheritance: Entity
Mostrar archivo Open project: jikoriko/OpentkEngine Class Usage Examples

Protected Properties

Property Type Description
_texture Texture

Public Methods

Method Description
Render ( ) : void
SpriteEntity ( float x, float y, float z, string spriteName ) : System

Method Details

Render() public method

public Render ( ) : void
return void

SpriteEntity() public method

public SpriteEntity ( float x, float y, float z, string spriteName ) : System
x float
y float
z float
spriteName string
return System

Property Details

_texture protected_oe property

protected Texture _texture
return Texture