function in SpawnPointsIDManager
public bool TryGetSpawnPosition(int id, out Vector3 position);
id
Spawner ID
out Position
Returns a Vector3 with the position of the spawner
Bool - True if id exists
Get World Position of an id, checking if given id is true.
Last updated 4 years ago