Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RootOutputInstance.CreationParameters

Parameters controlling how a RootOutputInstance is created.
Read time 1 minuteLast updated 6 days ago

Definition

public struct RootOutputInstance.CreationParameters

Remarks

Owns the cross-cutting update behaviour shared by all scriptable processors directly. A RootOutputInstance has no type-specific construction arguments today, but having its own type keeps it symmetric with GeneratorInstance.CreationParameters and leaves room to add them later. The implicit conversion from ProcessorInstance.CreationParameters keeps existing call sites working.

Properties

Property

Description

controlUpdateSettingControl under what circumstances ProcessorInstance.IControl<TRealtime>.Update will be called.
realtimeUpdateSettingControl under what circumstances ProcessorInstance.IRealtime.Update will be called.