C# Class LightweightRVO, TheUnseen

Inheritance: MonoBehaviour
显示文件 Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
agentCount int
agentTimeHorizon float
exampleScale float
maxNeighbours int
maxSpeed float
neighbourDist float
obstacleTimeHorizon float
radius float
renderingOffset Vector3
type RVOExampleType

Public Methods

Method Description
CreateAgents ( int num ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
HSVToRGB ( float h, float s, float v ) : Color
uniformDistance ( float radius ) : float

Method Details

CreateAgents() public method

public CreateAgents ( int num ) : void
num int
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

agentCount public_oe property

public int agentCount
return int

agentTimeHorizon public_oe property

public float agentTimeHorizon
return float

exampleScale public_oe property

public float exampleScale
return float

maxNeighbours public_oe property

public int maxNeighbours
return int

maxSpeed public_oe property

public float maxSpeed
return float

neighbourDist public_oe property

public float neighbourDist
return float

obstacleTimeHorizon public_oe property

public float obstacleTimeHorizon
return float

radius public_oe property

public float radius
return float

renderingOffset public_oe property

public Vector3 renderingOffset
return Vector3

type public_oe property

public RVOExampleType type
return RVOExampleType