Class RenderGraphBuilder
Inheritance
RenderGraphBuilder
Syntax
public class RenderGraphBuilder : SystemBase
Methods
ComputeAutoScaleSize(Int32, Int32, Int32, out Int32, out Int32)
Declaration
public static void ComputeAutoScaleSize(int targetW, int targetH, int maxSize, out int bufferW, out int bufferH)
Parameters
ForceRebuildRenderGraph()
Declaration
public void ForceRebuildRenderGraph()
OnCreate()
Declaration
protected override void OnCreate()
OnDestroy()
Declaration
protected override void OnDestroy()
OnUpdate()
Declaration
protected override void OnUpdate()