C# Class LifeDisplay

Inheritance: MonoBehaviour
Afficher le fichier Open project: LelandLL/slicer Class Usage Examples

Méthodes publiques

Свойство Type Description
beatSize float
beatSpeed float
heartPrefab GameObject
spacing float

Méthodes publiques

Méthode Description
CreateHeart ( ) : void
DestroyHeart ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CreateHeart() public méthode

public CreateHeart ( ) : void
Résultat void

DestroyHeart() public méthode

public DestroyHeart ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

beatSize public_oe property

public float beatSize
Résultat float

beatSpeed public_oe property

public float beatSpeed
Résultat float

heartPrefab public_oe property

public GameObject heartPrefab
Résultat GameObject

spacing public_oe property

public float spacing
Résultat float