C# Class Bunkers, SpaceInvadersRemake

Inheritance: MonoBehaviour
Mostra 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_oe property

public GameObject BunkerPrefab
return GameObject

BunkersCount public_oe property

public int BunkersCount
return int

DeployEasyTime public_oe property

public float DeployEasyTime
return float

DeployEasyType public_oe property

public iTween.EaseType DeployEasyType
return iTween.EaseType

DeployFromScale public_oe property

public Vector3 DeployFromScale
return Vector3

DeployInterval public_oe property

public float DeployInterval
return float

Width public_oe property

public float Width
return float