Method | Description | |
---|---|---|
RegisterHeatSource ( IHeatSource heatSource ) : void | ||
Temperature ( System.Vector2 position ) : float | ||
UnpredictableAtmosphere ( IAtlas atlas ) : System | ||
UnregisterHeatSource ( IHeatSource heatSource ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
InnerTemperature ( System.Vector2 position ) : float |
public RegisterHeatSource ( IHeatSource heatSource ) : void | ||
heatSource | IHeatSource | |
return | void |
public Temperature ( System.Vector2 position ) : float | ||
position | System.Vector2 | |
return | float |
public UnpredictableAtmosphere ( IAtlas atlas ) : System | ||
atlas | IAtlas | |
return | System |
public UnregisterHeatSource ( IHeatSource heatSource ) : void | ||
heatSource | IHeatSource | |
return | void |