Property | Type | Description | |
---|---|---|---|
directions | DirectionFlags | ||
fireDelay | float | ||
projectilePrefab | LinearProjectile, | ||
projectileSpeed | float | ||
range | float |
Property | Type | Description | |
---|---|---|---|
FireRoutine | IEnumerator | ||
LookForPlayer | Vector2 |
Method | Description | |
---|---|---|
FireProjectile ( Vector2 direction ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
FireRoutine ( ) : IEnumerator | ||
LookForPlayer ( ) : Vector2 |
public FireProjectile ( Vector2 direction ) : void | ||
direction | Vector2 | |
return | void |
public LinearProjectile, projectilePrefab | ||
return | LinearProjectile, |