C# Class Carbide, World-of-Carbon

Inheritance: MonoBehaviour
Show file Open project: kenfehling/World-of-Carbon

Public Properties

Property Type Description
carbonYield int
delay float

Public Methods

Method Description
FixedUpdate ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerStay2D ( Collider2D other ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

OnTriggerStay2D() public method

public OnTriggerStay2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Property Details

carbonYield public property

public int carbonYield
return int

delay public property

public float delay
return float