Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RootOutputInstance.IRealtime

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

Definition

[JobProducerType(typeof(IRootOutputProcessorExtensions.JobStruct<>))]public interface RootOutputInstance.IRealtime : ProcessorInstance.IRealtime

Remarks

The processing side of a ProcessorInstance receives various callbacks from a RealtimeContext from the logical processing thread. You can annotate this with BurstCompileAttribute to have it compiled with Burst.
Additional Resources: ProcessorInstance.IRealtime

Methods

Method

Description

RemovedFromProcessingCalled potentially after a sequence of ProcessorInstance.IRealtime.Update, when a ProcessorInstance has been disposed from eg. ControlContext.Destroy.

Inheritance