C# Class FlockingBehaviour

Inheritance: SteeringBehavior
Mostrar archivo Open project: marouen-lamiri/Second-Soul Class Usage Examples

Public Properties

Property Type Description
neighbours List
radius float

Protected Properties

Property Type Description
target Transform

Public Methods

Method Description
getNeighbours ( ) : void

Method Details

getNeighbours() public method

public getNeighbours ( ) : void
return void

Property Details

neighbours public_oe property

public List neighbours
return List

radius public_oe property

public float radius
return float

target protected_oe property

protected Transform target
return Transform