C# Class Game.BoidLeader

ファイルを表示 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_oe property

public UnityCamera Camera
return UnityCamera

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

MaxDist public_oe property

public Single,System MaxDist
return System.Single

MaxVelocity public_oe property

public Single,System MaxVelocity
return System.Single

Start public_oe property

public Boolean,System Start
return System.Boolean

UnityBoidLeader public_oe property

public UnityBoidLeader UnityBoidLeader
return UnityBoidLeader

frame public_oe property

public int frame
return int