C# 클래스 PersistentTrails.OffRailsObject

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: GrJo/KSPPersistentTrails 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buoyancyForce float
buoyancyRange float
destroyIfTimewarp bool
destructionAllowed bool
dragInAir float
dragInWater float
maxDistanceFromPlayer float
maxVerticalSpeed float
timeOut float

공개 메소드들

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

비공개 메소드들

메소드 설명
performDestruction ( ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

buoyancyForce 공개적으로 프로퍼티

public float buoyancyForce
리턴 float

buoyancyRange 공개적으로 프로퍼티

public float buoyancyRange
리턴 float

destroyIfTimewarp 공개적으로 프로퍼티

public bool destroyIfTimewarp
리턴 bool

destructionAllowed 공개적으로 프로퍼티

public bool destructionAllowed
리턴 bool

dragInAir 공개적으로 프로퍼티

public float dragInAir
리턴 float

dragInWater 공개적으로 프로퍼티

public float dragInWater
리턴 float

maxDistanceFromPlayer 공개적으로 프로퍼티

public float maxDistanceFromPlayer
리턴 float

maxVerticalSpeed 공개적으로 프로퍼티

Max speed to float up through the water
public float maxVerticalSpeed
리턴 float

timeOut 공개적으로 프로퍼티

public float timeOut
리턴 float