C# 클래스 Arrive

상속: SteeringBehavior
파일 보기 프로젝트 열기: marouen-lamiri/Second-Soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
arriveRadius float
slowRadius float
target Vector3

보호된 프로퍼티들

프로퍼티 타입 설명
steeringScript SteeringAgent,

공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

arriveRadius 공개적으로 프로퍼티

public float arriveRadius
리턴 float

slowRadius 공개적으로 프로퍼티

public float slowRadius
리턴 float

steeringScript 보호되어 있는 프로퍼티

protected SteeringAgent, steeringScript
리턴 SteeringAgent,

target 공개적으로 프로퍼티

public Vector3 target
리턴 Vector3