Click or drag to resize
HyperTextCull Method
Cull this object's CanvasRenderer if it is outside clipRect.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public override void Cull(
	Rect clipRect,
	bool validRect
)

Parameters

clipRect
Type: Rect
Clipping rectangle.
validRect
Type: SystemBoolean
If set to then clipRect is a valid rectangle.

Implements

UI.IClippable.Cull(Rect, Boolean)
See Also