Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

IClippable

interface in UnityEngine.UI

Cambiar al Manual

Descripción

Interface for elements that can be clipped if they are under an [[IClipper].

Variables

rectTransform RectTransform of the clippable.

Funciones Públicas

CullClip and cull the IClippable given the clipRect.
RecalculateClippingCalled when the state of a parent IClippable changes.
SetClipRectSet the clip rect for the IClippable.