C# Class Specimen.Components.CRender

Inheritance: VeeEntity.Component
Afficher le fichier Open project: SuperV1234/Specimen Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Draw ( ) : void

Method Details

Added() public méthode

public Added ( ) : void
Résultat void

CRender() public méthode

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
Résultat SFML.Graphics

Removed() public méthode

public Removed ( ) : void
Résultat void

Update() public méthode

public Update ( float mFrameTime ) : void
mFrameTime float
Résultat void