C# Class BaseBullet, newsupermeatboy

Inheritance: MonoBehaviour
Afficher le fichier Open project: hagish/newsupermeatboy Class Usage Examples

Méthodes publiques

Свойство Type Description
HitRadius float
Parent GameObject

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider otherObject ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Fly ( ) : void
Kill ( Player, target ) : void

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider otherObject ) : void
otherObject Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

HitRadius public_oe property

public float HitRadius
Résultat float

Parent public_oe property

public GameObject Parent
Résultat GameObject