C# Class Light, MOSH

Afficher le fichier Open project: ErraticUnicorn/MOSH Class Usage Examples

Méthodes publiques

Méthode Description
GetBrightness ( ) : float
GetDistanceMod ( Vector2, otherPos ) : float
Light ( Vector2, p, float b )
Switch ( ) : void

Private Methods

Méthode Description
GetTintedColor ( Light, lights, Vector2, myPos ) : Color,

Method Details

GetBrightness() public méthode

public GetBrightness ( ) : float
Résultat float

GetDistanceMod() public méthode

public GetDistanceMod ( Vector2, otherPos ) : float
otherPos Vector2,
Résultat float

Light() public méthode

public Light ( Vector2, p, float b )
p Vector2,
b float

Switch() public méthode

public Switch ( ) : void
Résultat void