Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RootOutputInstance.IControl<TRealtime>

The control interface an implementation of a RootOutputInstance must implement on a struct to be fully formed.
Read time 1 minuteLast updated 6 days ago

Definition

[JobProducerType(typeof(IRootOutputControlExtensions.JobStruct<,>))]public interface RootOutputInstance.IControl<TRealtime> : ProcessorInstance.IControl<TRealtime> where TRealtime : unmanaged, ProcessorInstance.IRealtime

Remarks

The control side of a ProcessorInstance receives various callbacks from a ControlContext from the logical control thread. You can annotate this with BurstCompileAttribute to have it compiled with Burst.

Inheritance