C# Class TargetBehavior

Inheritance: MonoBehaviour
Mostra file Open project: ekumenlabs/Garkanoid Class Usage Examples

Public Properties

Property Type Description
points int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
kill ( GameManager, scores ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

kill() public method

public kill ( GameManager, scores ) : void
scores GameManager,
return void

Property Details

points public_oe property

public int points
return int