C# Class WorldProperties, World-of-Carbon

Inheritance: MonoBehaviour
Exibir arquivo Open project: kenfehling/World-of-Carbon Class Usage Examples

Public Properties

Property Type Description
player PlayerManager,

Public Methods

Method Description
GetPressure ( ) : float
GetTemperature ( ) : float
GetWorldHeight ( ) : int
GetWorldWidth ( ) : int
SetInitialParams ( int width, int height, int initialPressure, int initialTemp ) : void
SetPlayer ( PlayerManager, &p ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

GetPressure() public method

public GetPressure ( ) : float
return float

GetTemperature() public method

public GetTemperature ( ) : float
return float

GetWorldHeight() public method

public GetWorldHeight ( ) : int
return int

GetWorldWidth() public method

public GetWorldWidth ( ) : int
return int

SetInitialParams() public method

public SetInitialParams ( int width, int height, int initialPressure, int initialTemp ) : void
width int
height int
initialPressure int
initialTemp int
return void

SetPlayer() public method

public SetPlayer ( PlayerManager, &p ) : void
p PlayerManager,
return void

Property Details

player public_oe property

public PlayerManager, player
return PlayerManager,