C# Class LightweightRVO, TheUnseen

Inheritance: MonoBehaviour
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
agentCount int
agentTimeHorizon float
exampleScale float
maxNeighbours int
maxSpeed float
neighbourDist float
obstacleTimeHorizon float
radius float
renderingOffset Vector3
type RVOExampleType

Méthodes publiques

Méthode Description
CreateAgents ( int num ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
HSVToRGB ( float h, float s, float v ) : Color
uniformDistance ( float radius ) : float

Method Details

CreateAgents() public méthode

public CreateAgents ( int num ) : void
num int
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

agentCount public_oe property

public int agentCount
Résultat int

agentTimeHorizon public_oe property

public float agentTimeHorizon
Résultat float

exampleScale public_oe property

public float exampleScale
Résultat float

maxNeighbours public_oe property

public int maxNeighbours
Résultat int

maxSpeed public_oe property

public float maxSpeed
Résultat float

neighbourDist public_oe property

public float neighbourDist
Résultat float

obstacleTimeHorizon public_oe property

public float obstacleTimeHorizon
Résultat float

radius public_oe property

public float radius
Résultat float

renderingOffset public_oe property

public Vector3 renderingOffset
Résultat Vector3

type public_oe property

public RVOExampleType type
Résultat RVOExampleType