C# Class Specimen.Components.CLineOfSight

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

Méthodes publiques

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

Method Details

Added() public méthode

public Added ( ) : void
Résultat void

CLineOfSight() public méthode

public CLineOfSight ( SPGame mGame, CBody mCBody, CShadower mCShadower ) : System
mGame SPGame
mCBody CBody
mCShadower CShadower
Résultat System

Draw() public méthode

public Draw ( ) : void
Résultat void

Removed() public méthode

public Removed ( ) : void
Résultat void

Update() public méthode

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