C# Class LifeDisplay

Inheritance: MonoBehaviour
Mostrar archivo Open project: LelandLL/slicer Class Usage Examples

Public Properties

Property Type Description
beatSize float
beatSpeed float
heartPrefab GameObject
spacing float

Public Methods

Method Description
CreateHeart ( ) : void
DestroyHeart ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CreateHeart() public method

public CreateHeart ( ) : void
return void

DestroyHeart() public method

public DestroyHeart ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

beatSize public_oe property

public float beatSize
return float

beatSpeed public_oe property

public float beatSpeed
return float

heartPrefab public_oe property

public GameObject heartPrefab
return GameObject

spacing public_oe property

public float spacing
return float