isLoading property
getter/setter pair
true
if the texture is currently loading its data, false
otherwise.
Implementation
bool isLoading = true;
true
if the texture is currently loading its data, false
otherwise.
bool isLoading = true;