resourcesReleased
Indicates if the element has released its reusable resources, in which case it can not be modified or added again.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool resourcesReleased { get; }
Remarks
This returns true if VisualElement.ReleaseResources has been called on this element.