C# Class Game.BoidsSimulation

Show file Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
Boids List
BoidsLeader BoidsLeader
ID int
JustEntered bool
count_down1 System.Single
frame int

Public Methods

Method Description
BoidsSimulation ( ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Rule1 ( float dt, World world ) : void
Update ( float dt, World world ) : void

Method Details

BoidsSimulation() public method

public BoidsSimulation ( ) : Casanova.Prelude
return Casanova.Prelude

Rule0() public method

public Rule0 ( float dt, World world ) : void
dt float
world World
return void

Rule1() public method

public Rule1 ( float dt, World world ) : void
dt float
world World
return void

Update() public method

public Update ( float dt, World world ) : void
dt float
world World
return void

Property Details

Boids public property

public List Boids
return List

BoidsLeader public property

public BoidsLeader,Game BoidsLeader
return BoidsLeader

ID public property

public int ID
return int

JustEntered public property

public bool JustEntered
return bool

count_down1 public property

public Single,System count_down1
return System.Single

frame public property

public int frame
return int