C# Class LifeDisplay

Inheritance: MonoBehaviour
Show file 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 property

public float beatSize
return float

beatSpeed public property

public float beatSpeed
return float

heartPrefab public property

public GameObject heartPrefab
return GameObject

spacing public property

public float spacing
return float