Class ComponentDataReaderNode<T>
Inheritance
ComponentDataReaderNode<T>
Syntax
public class ComponentDataReaderNode<T> : NodeDefinition<ComponentDataReaderNode<T>.Data, ComponentDataReaderNode<T>.Ports>, IEntityContextHandler, ITaskPortMsgHandler<IEntityContextHandler, EntityContext> where T : struct, IComponentData
Type Parameters
Methods
GetPort(NodeHandle)
Declaration
public InputPortID GetPort(NodeHandle handle)
Parameters
| Type |
Name |
Description |
| NodeHandle |
handle |
|
Returns
| Type |
Description |
| InputPortID |
|
HandleMessage(MessageContext, EntityContext)
Declaration
public void HandleMessage(in MessageContext ctx, in EntityContext msg)
Parameters
OnUpdate(UpdateContext)
Declaration
protected override void OnUpdate(in UpdateContext ctx)
Parameters
| Type |
Name |
Description |
| UpdateContext |
ctx |
|