C# Class StarField, Fupixel

Inheritance: MonoBehaviour
Afficher le fichier Open project: JuhaKiili/Fupixel Class Usage Examples

Méthodes publiques

Свойство Type Description
count int
maxZ float
minZ float
speed float
xSize float
ySize float

Méthodes publiques

Méthode Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

count public_oe property

public int count
Résultat int

maxZ public_oe property

public float maxZ
Résultat float

minZ public_oe property

public float minZ
Résultat float

speed public_oe property

public float speed
Résultat float

xSize public_oe property

public float xSize
Résultat float

ySize public_oe property

public float ySize
Résultat float