Struct MaterialInfo8
Material info structure - version 8 [Deprecated on 24.07.2019, expires on 10.05.2021]
Assembly: FlaxEngine.dll
File: Engine/Graphics/Materials/MaterialInfo.h
Syntax
public struct MaterialInfo8
Constructors
MaterialInfo8()
Declaration
public MaterialInfo8()
Fields
BlendMode
DecalBlendingMode
Declaration
public MaterialDecalBlendingMode DecalBlendingMode
Field Value
MaterialDecalBlendingMode
|
Domain
Flags
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
TransparentLighting
Declaration
public MaterialTransparentLighting_Deprecated TransparentLighting
Field Value
MaterialTransparentLighting_Deprecated
|
Methods
operator==(const MaterialInfo8& other)
Declaration
public bool operator==(const MaterialInfo8& other) const
Parameters
MaterialInfo8
other
|
Returns
bool
|