C# Class TimedDestroy

Inheritance: MonoBehaviour
Mostra file Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Public Properties

Property Type Description
secondsToLive float

Public Methods

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

Private Methods

Method Description
DestroyInXSeconds ( float seconds ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

secondsToLive public_oe property

public float secondsToLive
return float