C# Class SpriteDestruction, SpaceInvadersRemake

Inheritance: MonoBehaviour
Show file Open project: skahal/SpaceInvadersRemake Class Usage Examples

Public Properties

Property Type Description
DestroySquareCount int
DestroySquarePixelSize int
TimeToDestroy float

Public Methods

Method Description
Awake ( ) : void
DestroySprite ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

DestroySprite() public method

public DestroySprite ( ) : IEnumerator
return IEnumerator

Property Details

DestroySquareCount public property

public int DestroySquareCount
return int

DestroySquarePixelSize public property

public int DestroySquarePixelSize
return int

TimeToDestroy public property

public float TimeToDestroy
return float