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