C# Class Specimen.Components.CLineOfSight

Inheritance: VeeEntity.Component
Datei anzeigen Open project: SuperV1234/Specimen Class Usage Examples

Public Methods

Method Description
Added ( ) : void
CLineOfSight ( SPGame mGame, CBody mCBody, CShadower mCShadower ) : System
Draw ( ) : void
Removed ( ) : void
Update ( float mFrameTime ) : void

Method Details

Added() public method

public Added ( ) : void
return void

CLineOfSight() public method

public CLineOfSight ( SPGame mGame, CBody mCBody, CShadower mCShadower ) : System
mGame SPGame
mCBody CBody
mCShadower CShadower
return System

Draw() public method

public Draw ( ) : void
return void

Removed() public method

public Removed ( ) : void
return void

Update() public method

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