C# 클래스 LightweightRVO, TheUnseen

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

공개 프로퍼티들

프로퍼티 타입 설명
agentCount int
agentTimeHorizon float
exampleScale float
maxNeighbours int
maxSpeed float
neighbourDist float
obstacleTimeHorizon float
radius float
renderingOffset Vector3
type RVOExampleType

공개 메소드들

메소드 설명
CreateAgents ( int num ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
HSVToRGB ( float h, float s, float v ) : Color
uniformDistance ( float radius ) : float

메소드 상세

CreateAgents() 공개 메소드

public CreateAgents ( int num ) : void
num int
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

agentCount 공개적으로 프로퍼티

public int agentCount
리턴 int

agentTimeHorizon 공개적으로 프로퍼티

public float agentTimeHorizon
리턴 float

exampleScale 공개적으로 프로퍼티

public float exampleScale
리턴 float

maxNeighbours 공개적으로 프로퍼티

public int maxNeighbours
리턴 int

maxSpeed 공개적으로 프로퍼티

public float maxSpeed
리턴 float

neighbourDist 공개적으로 프로퍼티

public float neighbourDist
리턴 float

obstacleTimeHorizon 공개적으로 프로퍼티

public float obstacleTimeHorizon
리턴 float

radius 공개적으로 프로퍼티

public float radius
리턴 float

renderingOffset 공개적으로 프로퍼티

public Vector3 renderingOffset
리턴 Vector3

type 공개적으로 프로퍼티

public RVOExampleType type
리턴 RVOExampleType