C# 클래스 WorldProperties, World-of-Carbon

상속: MonoBehaviour
파일 보기 프로젝트 열기: kenfehling/World-of-Carbon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
player PlayerManager,

공개 메소드들

메소드 설명
GetPressure ( ) : float
GetTemperature ( ) : float
GetWorldHeight ( ) : int
GetWorldWidth ( ) : int
SetInitialParams ( int width, int height, int initialPressure, int initialTemp ) : void
SetPlayer ( PlayerManager, &p ) : void

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

GetPressure() 공개 메소드

public GetPressure ( ) : float
리턴 float

GetTemperature() 공개 메소드

public GetTemperature ( ) : float
리턴 float

GetWorldHeight() 공개 메소드

public GetWorldHeight ( ) : int
리턴 int

GetWorldWidth() 공개 메소드

public GetWorldWidth ( ) : int
리턴 int

SetInitialParams() 공개 메소드

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

SetPlayer() 공개 메소드

public SetPlayer ( PlayerManager, &p ) : void
p PlayerManager,
리턴 void

프로퍼티 상세

player 공개적으로 프로퍼티

public PlayerManager, player
리턴 PlayerManager,