C# Class HardPointCounter, Galaxy-Breacher

Inheritance: MonoBehaviour
Exibir arquivo Open project: gamkedo-la/Galaxy-Breacher Class Usage Examples

Public Properties

Property Type Description
endOfRoundMessage GameObject
hardpointCount int
megashipDeathExplosionFire GameObject
megashipExplosionCenter GameObject
megashipParent GameObject

Public Methods

Method Description
Awake ( ) : void
RemoveHardpoint ( ) : void
Start ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

RemoveHardpoint() public method

public RemoveHardpoint ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

endOfRoundMessage public_oe property

public GameObject endOfRoundMessage
return GameObject

hardpointCount public_oe property

public int hardpointCount
return int

megashipDeathExplosionFire public_oe property

public GameObject megashipDeathExplosionFire
return GameObject

megashipExplosionCenter public_oe property

public GameObject megashipExplosionCenter
return GameObject

megashipParent public_oe property

public GameObject megashipParent
return GameObject