C# Class AreaBox, madbricks

Inheritance: MonoBehaviour
Mostra file Open project: juliancruz87/madbricks Class Usage Examples

Public Methods

Method Description
DisableLevels ( ) : void
EnableLevels ( int levelAmount ) : void
Grow ( float growScale, float growTime ) : void
Shrink ( float growScale, float growTime ) : void

Private Methods

Method Description
Awake ( ) : void
GrowCoroutine ( float growScale, float growTime ) : IEnumerator
ShrinkCoroutine ( float growScale, float growTime ) : IEnumerator
Start ( ) : void
Update ( ) : void

Method Details

DisableLevels() public method

public DisableLevels ( ) : void
return void

EnableLevels() public method

public EnableLevels ( int levelAmount ) : void
levelAmount int
return void

Grow() public method

public Grow ( float growScale, float growTime ) : void
growScale float
growTime float
return void

Shrink() public method

public Shrink ( float growScale, float growTime ) : void
growScale float
growTime float
return void