C# Class StarsEffect, RoverGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Свойство Type Description
starsEffectPrefab GameObject

Méthodes publiques

Méthode Description
CreateStarsEffect ( ) : void

Create the stars effect.

Method Details

CreateStarsEffect() public méthode

Create the stars effect.
public CreateStarsEffect ( ) : void
Résultat void

Property Details

starsEffectPrefab public_oe property

The stars effect prefab.
public GameObject starsEffectPrefab
Résultat GameObject