C# Class World.Atlas.SimpleAtmosphere

Inheritance: IAtmosphere
Afficher le fichier Open project: GoodAI/BrainSimulator Class Usage Examples

Méthodes publiques

Méthode Description
RegisterHeatSource ( IHeatSource heatSource ) : void
SimpleAtmosphere ( IAtlas atlas ) : System.Collections.Generic
Temperature ( Vector2 position ) : float
UnregisterHeatSource ( IHeatSource heatSource ) : void
Update ( ) : void

Private Methods

Méthode Description
InnerTemperature ( Vector2 position ) : float

Method Details

RegisterHeatSource() public méthode

public RegisterHeatSource ( IHeatSource heatSource ) : void
heatSource IHeatSource
Résultat void

SimpleAtmosphere() public méthode

public SimpleAtmosphere ( IAtlas atlas ) : System.Collections.Generic
atlas IAtlas
Résultat System.Collections.Generic

Temperature() public méthode

public Temperature ( Vector2 position ) : float
position Vector2
Résultat float

UnregisterHeatSource() public méthode

public UnregisterHeatSource ( IHeatSource heatSource ) : void
heatSource IHeatSource
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void