Struct MaterialInfo9
Material info structure - version 9 [Deprecated on 13.07.2022, expires on 13.07.2024]
Assembly: FlaxEngine.dll
File: Engine/Graphics/Materials/MaterialInfo.h
Syntax
public struct MaterialInfo9
Constructors
MaterialInfo9()
Declaration
public MaterialInfo9()
MaterialInfo9(const MaterialInfo8& other)
Fields
BlendMode
CullMode
DecalBlendingMode
Declaration
public MaterialDecalBlendingMode DecalBlendingMode
Field Value
MaterialDecalBlendingMode
|
Domain
FeaturesFlags
MaskThreshold
Declaration
public float MaskThreshold
Field Value
float
|
MaxTessellationFactor
Declaration
public int32 MaxTessellationFactor
Field Value
int32
|
OpacityThreshold
Declaration
public float OpacityThreshold
Field Value
float
|
PostFxLocation
ShadingModel
TessellationMode
UsageFlags
Methods
operator==(const MaterialInfo9& other)
Declaration
public bool operator==(const MaterialInfo9& other) const
Parameters
MaterialInfo9
other
|
Returns
bool
|