UNPKG

@awayjs/stage

Version:
10 lines (9 loc) 220 B
var Sampler = /** @class */ (function () { function Sampler(shift, mask, value) { this.shift = shift; this.mask = mask; this.value = value; } return Sampler; }()); export { Sampler };