Class RenderGraphBuilder
Inherited Members
Unity.Entities.SystemBase.OnCreateForCompiler()
Namespace: Unity.Tiny.Rendering
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
Type | Name | Description |
---|---|---|
Int32 | targetW | |
Int32 | targetH | |
Int32 | maxSize | |
Int32 | bufferW | |
Int32 | bufferH |
ForceRebuildRenderGraph()
Declaration
public void ForceRebuildRenderGraph()
OnCreate()
Declaration
protected override void OnCreate()
Overrides
OnDestroy()
Declaration
protected override void OnDestroy()
Overrides
OnUpdate()
Declaration
protected override void OnUpdate()