Delegate EvalDiscrete
- Namespace
- Ofs
- Assembly
- Ofs.Api.dll
Discrete eval (worker thread) for a stateless node: read the N input action lists and write the M output action lists once per region.
public delegate void EvalDiscrete(ReadOnlySpan<DiscreteReader> ins, NodeContext ctx, ReadOnlySpan<DiscreteWriter> outs)
Parameters
insReadOnlySpan<DiscreteReader>- Discrete eval (worker thread) for a stateless node: read the N input action lists and write the M output action lists once per region.
ctxNodeContext- Discrete eval (worker thread) for a stateless node: read the N input action lists and write the M output action lists once per region.
outsReadOnlySpan<DiscreteWriter>- Discrete eval (worker thread) for a stateless node: read the N input action lists and write the M output action lists once per region.