C# Class PointLoss, Shrednought

Inheritance: MonoBehaviour
Show file Open project: 9/Shrednought Class Usage Examples

Public Properties

Property Type Description
fader1 Image
lives int

Public Methods

Method Description
OnTriggerEnter ( Collider col ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
flash ( ) : IEnumerator

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider col ) : void
col Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

fader1 public property

public Image fader1
return Image

lives public property

public int lives
return int