Interface IGhostSpawnSystem
Namespace: Unity.NetCode
Syntax
public interface IGhostSpawnSystem
Methods
AddGhost(Int32, Entity)
Declaration
void AddGhost(int ghostId, Entity ghostEntity)
Parameters
Type | Name | Description |
---|---|---|
Int32 | ghostId | |
Entity | ghostEntity |
CanSpawn(Entity)
Declaration
bool CanSpawn(Entity entity)
Parameters
Type | Name | Description |
---|---|---|
Entity | entity |
Returns
Type | Description |
---|---|
Boolean |