C# 클래스 AerodynamicLeaf

상속: MonoBehaviour
파일 보기 프로젝트 열기: leapmotion/ImageGrid

공개 프로퍼티들

프로퍼티 타입 설명
airDragForce float
airDragTorque float
transitionWidth float
waterAngularDrag float
waterBuoancyForce float
waterCurrentForce float
waterCurrentVelocity Vector3
waterDrag float
waterDragForce float
waterDragTorque float
waterHeight float
waterSurfaceTorque float

공개 메소드들

메소드 설명
AirUpdate ( ) : void
DragUpdate ( ) : void
FixedUpdate ( ) : void
Start ( ) : void
TouchingWater ( ) : bool
WaterUpdate ( float level ) : void

비공개 메소드들

메소드 설명
UnitsAboveWater ( ) : float

메소드 상세

AirUpdate() 공개 메소드

public AirUpdate ( ) : void
리턴 void

DragUpdate() 공개 메소드

public DragUpdate ( ) : void
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

TouchingWater() 공개 메소드

public TouchingWater ( ) : bool
리턴 bool

WaterUpdate() 공개 메소드

public WaterUpdate ( float level ) : void
level float
리턴 void

프로퍼티 상세

airDragForce 공개적으로 프로퍼티

public float airDragForce
리턴 float

airDragTorque 공개적으로 프로퍼티

public float airDragTorque
리턴 float

transitionWidth 공개적으로 프로퍼티

public float transitionWidth
리턴 float

waterAngularDrag 공개적으로 프로퍼티

public float waterAngularDrag
리턴 float

waterBuoancyForce 공개적으로 프로퍼티

public float waterBuoancyForce
리턴 float

waterCurrentForce 공개적으로 프로퍼티

public float waterCurrentForce
리턴 float

waterCurrentVelocity 공개적으로 프로퍼티

public Vector3 waterCurrentVelocity
리턴 Vector3

waterDrag 공개적으로 프로퍼티

public float waterDrag
리턴 float

waterDragForce 공개적으로 프로퍼티

public float waterDragForce
리턴 float

waterDragTorque 공개적으로 프로퍼티

public float waterDragTorque
리턴 float

waterHeight 공개적으로 프로퍼티

public float waterHeight
리턴 float

waterSurfaceTorque 공개적으로 프로퍼티

public float waterSurfaceTorque
리턴 float