Source constructor
Source([
- dynamic data
data -- The data definition of a texture. Default is null.
Implementation
Source([this.data]){
uuid = MathUtils.generateUUID();
version = 0;
dataReady = true;
}