C# Class Bunkers, SpaceInvadersRemake

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

Public Properties

Property Type Description
BunkerPrefab GameObject
BunkersCount int
DeployEasyTime float
DeployEasyType iTween.EaseType
DeployFromScale Vector3
DeployInterval float
Width float

Public Methods

Method Description
OnAlienReachBunker ( ) : void
Setup ( ) : void

Private Methods

Method Description
Deploy ( ) : IEnumerator

Method Details

OnAlienReachBunker() public method

public OnAlienReachBunker ( ) : void
return void

Setup() public method

public Setup ( ) : void
return void

Property Details

BunkerPrefab public property

public GameObject BunkerPrefab
return GameObject

BunkersCount public property

public int BunkersCount
return int

DeployEasyTime public property

public float DeployEasyTime
return float

DeployEasyType public property

public iTween.EaseType DeployEasyType
return iTween.EaseType

DeployFromScale public property

public Vector3 DeployFromScale
return Vector3

DeployInterval public property

public float DeployInterval
return float

Width public property

public float Width
return float