C# Class Param, Boids-ECS-hecomi

Inheritance: MonoBehaviour
Mostra file Open project: kawai125/Boids-ECS-hecomi Class Usage Examples

Public Properties

Property Type Description
alignmentWeight float
cohesionWeight float
initSpeed float
maxSpeed float
minSpeed float
neighborDistance float
neighborFov float
separationWeight float
wallDistance float
wallScale float
wallWeight float

Property Details

alignmentWeight public_oe property

public float alignmentWeight
return float

cohesionWeight public_oe property

public float cohesionWeight
return float

initSpeed public_oe property

public float initSpeed
return float

maxSpeed public_oe property

public float maxSpeed
return float

minSpeed public_oe property

public float minSpeed
return float

neighborDistance public_oe property

public float neighborDistance
return float

neighborFov public_oe property

public float neighborFov
return float

separationWeight public_oe property

public float separationWeight
return float

wallDistance public_oe property

public float wallDistance
return float

wallScale public_oe property

public float wallScale
return float

wallWeight public_oe property

public float wallWeight
return float