Operator implicit operator
implicit operator SpawnedGhost(in GhostInstance)
Implicitly convert a GhostComponent to a SpawnedGhost instance.
Declaration
public static implicit operator SpawnedGhost(in GhostInstance comp)
Parameters
| Type | Name | Description |
|---|---|---|
| GhostInstance | comp |
Returns
| Type | Description |
|---|---|
| SpawnedGhost |