C# Class BowBulletBehaviour, rainCrossBow

Inheritance: Bullet
Afficher le fichier Open project: Collegiennes/rainCrossBow

Méthodes publiques

Свойство Type Description
CharginTemplate GameObject
PlayerShot bool

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void

Méthodes protégées

Méthode Description
DetectCollisions ( ) : void
OnHit ( Shooting, shooting, Enemy, enemy, Vector3 contactPoint ) : void

Private Methods

Méthode Description
ClosestPointOnRay ( Ray ray, Vector3 point ) : Vector3

Method Details

DetectCollisions() protected méthode

protected DetectCollisions ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnHit() protected méthode

protected OnHit ( Shooting, shooting, Enemy, enemy, Vector3 contactPoint ) : void
shooting Shooting,
enemy Enemy,
contactPoint Vector3
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

CharginTemplate public_oe property

public GameObject CharginTemplate
Résultat GameObject

PlayerShot public_oe property

public bool PlayerShot
Résultat bool