C# Class CrossBulletBehaviour, rainCrossBow

Inheritance: Bullet
Show file Open project: Collegiennes/rainCrossBow

Public Methods

Method Description
FixedUpdate ( ) : void
SpawnAt ( Vector3 position ) : void
Start ( ) : void
TryLock ( ) : void

Protected Methods

Method Description
OnHit ( Shooting, shooting, Enemy, enemy, Vector3 contactPoint ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnHit() protected method

protected OnHit ( Shooting, shooting, Enemy, enemy, Vector3 contactPoint ) : void
shooting Shooting,
enemy Enemy,
contactPoint Vector3
return void

SpawnAt() public method

public SpawnAt ( Vector3 position ) : void
position Vector3
return void

Start() public method

public Start ( ) : void
return void

TryLock() public method

public TryLock ( ) : void
return void