C# Class Specimen.Components.CShadower

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

Méthodes publiques

Méthode Description
CShadower ( SPGame mGame, CBody mCBody, bool mIsDrawn, Color mColor, int mMultiplier = 35 ) : System.Collections.Generic
Update ( float mFrameTime ) : void

Private Methods

Méthode Description
Draw ( ) : void

Method Details

CShadower() public méthode

public CShadower ( SPGame mGame, CBody mCBody, bool mIsDrawn, Color mColor, int mMultiplier = 35 ) : System.Collections.Generic
mGame SPGame
mCBody CBody
mIsDrawn bool
mColor Color
mMultiplier int
Résultat System.Collections.Generic

Update() public méthode

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