C# Class World.Atlas.UnpredictableAtmosphere

Inheritance: IAtmosphere
Afficher le fichier Open project: GoodAI/BrainSimulator

Méthodes publiques

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

Private Methods

Méthode Description
InnerTemperature ( System.Vector2 position ) : float

Method Details

RegisterHeatSource() public méthode

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

Temperature() public méthode

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

UnpredictableAtmosphere() public méthode

public UnpredictableAtmosphere ( IAtlas atlas ) : System
atlas IAtlas
Résultat System

UnregisterHeatSource() public méthode

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

Update() public méthode

public Update ( ) : void
Résultat void