C# Class Game.Bullet

Inheritance: IWorldItem
Mostra file Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
ID int
JustEntered bool
Owner Ship
Removed System.Boolean
UnityBullet UnityBullet
count_down6 System.Single
frame int

Public Methods

Method Description
Bullet ( UnityEngine pos, Ship owner ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Rule1 ( float dt, World world ) : void
Update ( float dt, World world ) : void

Method Details

Bullet() public method

public Bullet ( UnityEngine pos, Ship owner ) : Casanova.Prelude
pos UnityEngine
owner Ship
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

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

Owner public_oe property

public Ship,Game Owner
return Ship

Removed public_oe property

public Boolean,System Removed
return System.Boolean

UnityBullet public_oe property

public UnityBullet UnityBullet
return UnityBullet

count_down6 public_oe property

public Single,System count_down6
return System.Single

frame public_oe property

public int frame
return int