Interface IGhostSendSystem
Namespace: Unity.NetCode
Syntax
public interface IGhostSendSystem
Methods
IsEnabled()
Declaration
bool IsEnabled()
Returns
| Type | Description |
|---|---|
| Boolean |
SetAllocatedGhostId(Int32)
Declaration
bool SetAllocatedGhostId(int id)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | id |
Returns
| Type | Description |
|---|---|
| Boolean |