Interface IClipper
Interface that can be used to recieve clipping callbacks as part of the canvas update loop.
Namespace: UnityEngine.UI
Assembly: UnityEngine.UI.dll
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.