GltfTexture constructor

GltfTexture({
  1. int? source,
  2. int? sampler,
})

Implementation

GltfTexture({this.source, this.sampler});