menu
flame_3d_extras package
documentation
parser/gltf/texture_info.dart
TextureInfo
TextureInfo.new constructor
TextureInfo.new constructor
dark_mode
light_mode
TextureInfo
constructor
TextureInfo
(
{
required
GltfRoot
root
,
required
GltfRef
<
Texture
>
index
,
int
?
texCoord
,
})
Implementation
TextureInfo({ required super.root, required this.index, this.texCoord, });
flame_3d_extras package
documentation
parser/gltf/texture_info
TextureInfo
TextureInfo.new constructor
TextureInfo class