TryGetSpawnPosition

function in SpawnPointsIDManager

Declaration

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

Parameters

Returns

Bool - True if id exists

Description

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

Last updated