C# 클래스 Fly

상속: MonoBehaviour
파일 보기 프로젝트 열기: daniel-cheng/stellar 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
earth Transform
earthRadius float
engineLifetimeBounds Vector2
engineSizeBounds Vector2
exhaustEmissionBounds Vector2
exhaustLifetimeBounds Vector2
exhaustSizeBounds Vector2
isEnabled bool
rotationTorque float
sas bool
sasForce float
scaleHeight float
seaLevelDensity float
throttle float
throttleSpeed float
thrust float
translationalSpeed float

공개 메소드들

메소드 설명
OnStateChange ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

OnStateChange() 공개 메소드

public OnStateChange ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

earth 공개적으로 프로퍼티

public Transform earth
리턴 Transform

earthRadius 공개적으로 프로퍼티

public float earthRadius
리턴 float

engineLifetimeBounds 공개적으로 프로퍼티

public Vector2 engineLifetimeBounds
리턴 Vector2

engineSizeBounds 공개적으로 프로퍼티

public Vector2 engineSizeBounds
리턴 Vector2

exhaustEmissionBounds 공개적으로 프로퍼티

public Vector2 exhaustEmissionBounds
리턴 Vector2

exhaustLifetimeBounds 공개적으로 프로퍼티

public Vector2 exhaustLifetimeBounds
리턴 Vector2

exhaustSizeBounds 공개적으로 프로퍼티

public Vector2 exhaustSizeBounds
리턴 Vector2

isEnabled 공개적으로 프로퍼티

public bool isEnabled
리턴 bool

rotationTorque 공개적으로 프로퍼티

public float rotationTorque
리턴 float

sas 공개적으로 프로퍼티

public bool sas
리턴 bool

sasForce 공개적으로 프로퍼티

public float sasForce
리턴 float

scaleHeight 공개적으로 프로퍼티

public float scaleHeight
리턴 float

seaLevelDensity 공개적으로 프로퍼티

public float seaLevelDensity
리턴 float

throttle 공개적으로 프로퍼티

public float throttle
리턴 float

throttleSpeed 공개적으로 프로퍼티

public float throttleSpeed
리턴 float

thrust 공개적으로 프로퍼티

public float thrust
리턴 float

translationalSpeed 공개적으로 프로퍼티

public float translationalSpeed
리턴 float