Property | Type | Description | |
---|---|---|---|
Container | GameObject | ||
Instance | BulletManager, |
Method | Description | |
---|---|---|
BossSpawnShot ( Vector3 location, Vector3 velocity ) : void | ||
GetEnemyBulletSpawnPoint ( Vector3 gun ) : Vector3 | ||
GetInstance ( ) : BulletManager, | ||
PlayerBigShot ( Vector3 location, Quaternion rotation, bool firedbylocal ) : void | ||
PlayerShot ( Vector3 location, Quaternion rotation, float speed, float life, bool firedbylocal ) : void |
Method | Description | |
---|---|---|
GetPlayerBulletSpawnPoint ( Vector3 gun ) : Vector3 | ||
Start ( ) : void | ||
Update ( ) : void |
public BossSpawnShot ( Vector3 location, Vector3 velocity ) : void | ||
location | Vector3 | |
velocity | Vector3 | |
return | void |
public GetEnemyBulletSpawnPoint ( Vector3 gun ) : Vector3 | ||
gun | Vector3 | |
return | Vector3 |
public static GetInstance ( ) : BulletManager, | ||
return | BulletManager, |
public PlayerBigShot ( Vector3 location, Quaternion rotation, bool firedbylocal ) : void | ||
location | Vector3 | |
rotation | Quaternion | |
firedbylocal | bool | |
return | void |
public PlayerShot ( Vector3 location, Quaternion rotation, float speed, float life, bool firedbylocal ) : void | ||
location | Vector3 | |
rotation | Quaternion | |
speed | float | |
life | float | |
firedbylocal | bool | |
return | void |