Struct TextureEntry
Model texture resource descriptor.
Inherited Members
TextureEntry
Assembly: FlaxEngine.dll
File: Engine/Graphics/Models/ModelData.h
Syntax
public struct TextureEntry
Fields
AssetID
FilePath
sRGB
Hints that texture contents are in sRGB color format.
Declaration
public bool sRGB = false
Field Value
|
bool
|
Type
The texture contents hint based on the usage/context.
Declaration
public TypeHint Type
Field Value
|
TypeHint
|