C# Class ShipWeapons, MobileGameDevWithUnity1stEd

Inheritance: MonoBehaviour
Afficher le fichier Open project: thesecretlab/MobileGameDevWithUnity1stEd Class Usage Examples

Méthodes publiques

Свойство Type Description
firePoints Transform[]
shotPrefab GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
Fire ( ) : void
OnDestroy ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Fire() public méthode

public Fire ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Property Details

firePoints public_oe property

public Transform[] firePoints
Résultat Transform[]

shotPrefab public_oe property

public GameObject shotPrefab
Résultat GameObject