C# Class LightweightRVO, TheUnseen

Inheritance: MonoBehaviour
Show file 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 property

public int agentCount
return int

agentTimeHorizon public property

public float agentTimeHorizon
return float

exampleScale public property

public float exampleScale
return float

maxNeighbours public property

public int maxNeighbours
return int

maxSpeed public property

public float maxSpeed
return float

neighbourDist public property

public float neighbourDist
return float

obstacleTimeHorizon public property

public float obstacleTimeHorizon
return float

radius public property

public float radius
return float

renderingOffset public property

public Vector3 renderingOffset
return Vector3

type public property

public RVOExampleType type
return RVOExampleType