C# 클래스 BoatBehavior

상속: MonoBehaviour
파일 보기 프로젝트 열기: caffeinatedguy/Limbs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
beachMaxSpeed float
beachNodesParent GameObject
maxNodesUntilBeach int
maxSpeed float
nodeRadius float
noseForce float
power float
turnRate float
wanderNodesParent GameObject

공개 메소드들

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

비공개 메소드들

메소드 설명
GetRandomNode ( bool onBeach ) : Vector3
SetUpNodes ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

beachMaxSpeed 공개적으로 프로퍼티

public float beachMaxSpeed
리턴 float

beachNodesParent 공개적으로 프로퍼티

public GameObject beachNodesParent
리턴 GameObject

maxNodesUntilBeach 공개적으로 프로퍼티

public int maxNodesUntilBeach
리턴 int

maxSpeed 공개적으로 프로퍼티

public float maxSpeed
리턴 float

nodeRadius 공개적으로 프로퍼티

public float nodeRadius
리턴 float

noseForce 공개적으로 프로퍼티

public float noseForce
리턴 float

power 공개적으로 프로퍼티

public float power
리턴 float

turnRate 공개적으로 프로퍼티

public float turnRate
리턴 float

wanderNodesParent 공개적으로 프로퍼티

public GameObject wanderNodesParent
리턴 GameObject