Struct GhostPrefabCollectionComponent
Namespace: Unity.NetCode
Syntax
public struct GhostPrefabCollectionComponent : IComponentData
Fields
clientInterpolatedPrefabs
Declaration
public Entity clientInterpolatedPrefabs
Field Value
| Type | Description |
|---|---|
| Entity |
clientPredictedPrefabs
Declaration
public Entity clientPredictedPrefabs
Field Value
| Type | Description |
|---|---|
| Entity |
serverPrefabs
Declaration
public Entity serverPrefabs
Field Value
| Type | Description |
|---|---|
| Entity |