Class RendererCanvasSystem | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class RendererCanvasSystem

    Inheritance
    System.Object
    RendererComponentSystem
    RendererCanvasSystem
    Inherited Members
    RendererComponentSystem.sMaxCameras
    RendererComponentSystem.sMaxBatchSize
    RendererComponentSystem.CanBatchWith(DisplayListEntry, DisplayListEntry)
    Namespace: Unity.Tiny.Rendering
    Syntax
    public class RendererCanvasSystem : RendererComponentSystem

    Fields

    wrapper

    Declaration
    protected IntPtr wrapper
    Field Value
    Type Description
    System.IntPtr

    Methods

    BeginCamera(Entity, float2)

    Declaration
    protected override void BeginCamera(Entity eCam, float2 targetSize)
    Parameters
    Type Name Description
    Entity eCam
    float2 targetSize
    Overrides
    RendererComponentSystem.BeginCamera(Entity, float2)

    BeginRTT(Entity, ref Camera2DRenderToTexture)

    Declaration
    protected override void BeginRTT(Entity eCam, ref Camera2DRenderToTexture rtt)
    Parameters
    Type Name Description
    Entity eCam
    Camera2DRenderToTexture rtt
    Overrides
    RendererComponentSystem.BeginRTT(Entity, ref Camera2DRenderToTexture)

    BeginScene(float2)

    Declaration
    protected override void BeginScene(float2 targetSize)
    Parameters
    Type Name Description
    float2 targetSize
    Overrides
    RendererComponentSystem.BeginScene(float2)

    EndCamera(Entity)

    Declaration
    protected override void EndCamera(Entity eCam)
    Parameters
    Type Name Description
    Entity eCam
    Overrides
    RendererComponentSystem.EndCamera(Entity)

    EndRTT(Entity, ref Camera2DRenderToTexture)

    Declaration
    protected override void EndRTT(Entity eCam, ref Camera2DRenderToTexture rtt)
    Parameters
    Type Name Description
    Entity eCam
    Camera2DRenderToTexture rtt
    Overrides
    RendererComponentSystem.EndRTT(Entity, ref Camera2DRenderToTexture)

    EndScene()

    Declaration
    protected override void EndScene()
    Overrides
    RendererComponentSystem.EndScene()

    OnCreate()

    Declaration
    protected override void OnCreate()
    Overrides
    RendererComponentSystem.OnCreate()

    OnDestroy()

    Declaration
    protected override void OnDestroy()
    Overrides
    RendererComponentSystem.OnDestroy()

    OnUpdate()

    Declaration
    protected override void OnUpdate()
    Overrides
    RendererComponentSystem.OnUpdate()

    RenderSpriteBatch(Int32, DisplayListEntry*)

    Declaration
    protected override void RenderSpriteBatch(int n, DisplayListEntry*batch)
    Parameters
    Type Name Description
    System.Int32 n
    DisplayListEntry* batch
    Overrides
    RendererComponentSystem.RenderSpriteBatch(Int32, DisplayListEntry*)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023