跳到主要内容

Class UIWidget

Represents ui elements that can be pooled. Used with winS.Unity.Modules.UI.WidgetPool`1.

Properties

parent

public Transform parent { get; internal set; }

Methods

Return()

Return to pool.

public void Return()

OnReleased()

Called when destroy.

protected virtual void OnReleased()