TryGetSpawnPosition

function in SpawnPointsIDManager

Declaration

public bool TryGetSpawnPosition(int id, out Vector3 position);

Parameters

id

Spawner ID

out Position

Returns a Vector3 with the position of the spawner

Returns

Bool - True if id exists

Description

Get World Position of an id, checking if given id is true.

Last updated