Source constructor

Source([
  1. dynamic data
])

data -- The data definition of a texture. Default is null.

Implementation

Source([this.data]){
  uuid = MathUtils.generateUUID();
  version = 0;
	}