Struct ComponentDataReaderNode<T, TCD>.Data
Namespace: Unity.Compositor
Syntax
public struct Data : INodeData
Fields
e
Declaration
public Entity e
Field Value
| Type | Description |
|---|---|
| Entity |
entityManager
Declaration
public EntityManager entityManager
Field Value
| Type | Description |
|---|---|
| EntityManager |
value
Declaration
public TCD value
Field Value
| Type | Description |
|---|---|
| TCD |