C# Class conesearch2, Left4Bread

Inheritance: Character
显示文件 Open project: andresg6/Left4Bread

Public Properties

Property Type Description
alert bool
invincible bool
invincibleTime float
maxspeed float
speed float
timehit float

Public Methods

Method Description
FixedUpdate ( ) : void
Movement ( Vector3 position ) : void
OnCollision ( Character, other ) : void
OnCollisionStay2D ( Collision2D other ) : void
Start ( ) : void

Private Methods

Method Description
Flasher ( ) : IEnumerator

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Movement() public method

public Movement ( Vector3 position ) : void
position Vector3
return void

OnCollision() public method

public OnCollision ( Character, other ) : void
other Character,
return void

OnCollisionStay2D() public method

public OnCollisionStay2D ( Collision2D other ) : void
other Collision2D
return void

Start() public method

public Start ( ) : void
return void

Property Details

alert public_oe property

public bool alert
return bool

invincible public_oe property

public bool invincible
return bool

invincibleTime public_oe property

public float invincibleTime
return float

maxspeed public_oe property

public float maxspeed
return float

speed public_oe property

public float speed
return float

timehit public_oe property

public float timehit
return float