Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public bool resourcesReleased { get; }

Remarks

This returns true if VisualElement.ReleaseResources has been called on this element.