C# Class BaseBullet, newsupermeatboy

Inheritance: MonoBehaviour
Show file Open project: hagish/newsupermeatboy Class Usage Examples

Public Properties

Property Type Description
HitRadius float
Parent GameObject

Public Methods

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

Private Methods

Method Description
Fly ( ) : void
Kill ( Player, target ) : void

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

HitRadius public property

public float HitRadius
return float

Parent public property

public GameObject Parent
return GameObject