C# Class Specimen.Components.CRender

Inheritance: VeeEntity.Component
Mostrar archivo Open project: SuperV1234/Specimen Class Usage Examples

Public Methods

Method Description
Added ( ) : void
CRender ( SPGame mGame, CBody mCBody, string mTextureName, string mTilesetName = null, string mLabelName = null, float mRotation ) : SFML.Graphics
Removed ( ) : void
Update ( float mFrameTime ) : void

Private Methods

Method Description
Draw ( ) : void

Method Details

Added() public method

public Added ( ) : void
return void

CRender() public method

public CRender ( SPGame mGame, CBody mCBody, string mTextureName, string mTilesetName = null, string mLabelName = null, float mRotation ) : SFML.Graphics
mGame SPGame
mCBody CBody
mTextureName string
mTilesetName string
mLabelName string
mRotation float
return SFML.Graphics

Removed() public method

public Removed ( ) : void
return void

Update() public method

public Update ( float mFrameTime ) : void
mFrameTime float
return void