Struct SpawnClipPrefabComponent
Component used by Timeline clips for instantiating prefabs
Namespace: Unity.Timeline
Syntax
public struct SpawnClipPrefabComponent : IComponentData
Fields
Entity
The Spawned Entity
Declaration
public Entity Entity
Field Value
| Type | Description |
|---|---|
| Entity |
Value
The prefab To spawn
Declaration
public SpawnPrefab Value
Field Value
| Type | Description |
|---|---|
| SpawnPrefab |