C# Class Game.BoidLeader

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

Public Properties

Property Type Description
Camera UnityCamera
ID int
JustEntered bool
MaxDist System.Single
MaxVelocity System.Single
Start System.Boolean
UnityBoidLeader UnityBoidLeader
frame int

Public Methods

Method Description
BoidLeader ( UnityEngine position ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Rule1 ( float dt, World world ) : void
Rule2 ( float dt, World world ) : void
Rule3 ( float dt, World world ) : void
Rule4 ( float dt, World world ) : void
Update ( float dt, World world ) : void

Method Details

BoidLeader() public method

public BoidLeader ( UnityEngine position ) : Casanova.Prelude
position UnityEngine
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

Rule2() public method

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

Rule3() public method

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

Rule4() public method

public Rule4 ( 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

Camera public property

public UnityCamera Camera
return UnityCamera

ID public property

public int ID
return int

JustEntered public property

public bool JustEntered
return bool

MaxDist public property

public Single,System MaxDist
return System.Single

MaxVelocity public property

public Single,System MaxVelocity
return System.Single

Start public property

public Boolean,System Start
return System.Boolean

UnityBoidLeader public property

public UnityBoidLeader UnityBoidLeader
return UnityBoidLeader

frame public property

public int frame
return int