Search Results for

    Show / Hide Table of Contents

    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

    Declaration
    public MaterialBlendMode BlendMode
    Field Value
    MaterialBlendMode

    DecalBlendingMode

    Declaration
    public MaterialDecalBlendingMode DecalBlendingMode
    Field Value
    MaterialDecalBlendingMode

    Domain

    Declaration
    public MaterialDomain Domain
    Field Value
    MaterialDomain

    Flags

    Declaration
    public MaterialFlags_Deprecated Flags
    Field Value
    MaterialFlags_Deprecated

    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

    Declaration
    public MaterialPostFxLocation PostFxLocation
    Field Value
    MaterialPostFxLocation

    ShadingModel

    Declaration
    public MaterialShadingModel ShadingModel
    Field Value
    MaterialShadingModel

    TessellationMode

    Declaration
    public TessellationMethod TessellationMode
    Field Value
    TessellationMethod

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat