C# Class conesearch2, Left4Bread

Inheritance: Character
Show file 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 property

public bool alert
return bool

invincible public property

public bool invincible
return bool

invincibleTime public property

public float invincibleTime
return float

maxspeed public property

public float maxspeed
return float

speed public property

public float speed
return float

timehit public property

public float timehit
return float