docs.unity.cn
    Show / Hide Table of Contents

    Interface IClipper

    Interface that can be used to recieve clipping callbacks as part of the canvas update loop.

    Namespace: UnityEngine.UI
    Syntax
    public interface IClipper

    Methods

    PerformClipping()

    Function to to cull / clip children elements.

    Declaration
    void PerformClipping()
    Remarks

    Called after layout and before Graphic update of the Canvas update loop.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 12 June 2023