C# Class Specimen.Components.CControl

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

Méthodes publiques

Méthode Description
CControl ( SPGame mGame, CStats mCStats, CBody mCBody, CMovement mCMovement, CRender mCRender ) : SFMLStart.Data
Update ( float mFrameTime ) : void

Method Details

CControl() public méthode

public CControl ( SPGame mGame, CStats mCStats, CBody mCBody, CMovement mCMovement, CRender mCRender ) : SFMLStart.Data
mGame SPGame
mCStats CStats
mCBody CBody
mCMovement CMovement
mCRender CRender
Résultat SFMLStart.Data

Update() public méthode

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