C# Class Specimen.Components.CShadower

Inheritance: VeeEntity.Component
ファイルを表示 Open project: SuperV1234/Specimen Class Usage Examples

Public Methods

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

Private Methods

Method Description
Draw ( ) : void

Method Details

CShadower() public method

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
return System.Collections.Generic

Update() public method

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