C# Class StarsEffect, RoverGame

Inheritance: MonoBehaviour
Exibir arquivo Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
starsEffectPrefab GameObject

Public Methods

Method Description
CreateStarsEffect ( ) : void

Create the stars effect.

Method Details

CreateStarsEffect() public method

Create the stars effect.
public CreateStarsEffect ( ) : void
return void

Property Details

starsEffectPrefab public_oe property

The stars effect prefab.
public GameObject starsEffectPrefab
return GameObject