Search Results for

    Show / Hide Table of Contents

    Struct PostFxMaterialsSettings

    Contains settings for custom PostFx materials rendering.

    Inherited Members
    ISerializable::Deserialize(DeserializeStream& stream, ISerializeModifier* modifier)
    ISerializable::DeserializeIfExists(DeserializeStream& stream, const char* memberName, ISerializeModifier* modifier)
    PostFxMaterialsSettings
    ISerializable::Serialize(SerializeStream& stream, const void* otherObj)
    PostFxMaterialsSettings
    PostFxMaterialsSettings
    ISerializable::~ISerializable()
    Assembly: FlaxEngine.dll
    File: Engine/Graphics/PostProcessSettings.h
    Syntax
    public struct PostFxMaterialsSettings : public ISerializable

    Fields

    Materials

    The post-process materials collection for rendering (fixed capacity).

    Declaration
    public Array<SoftAssetReference<MaterialBase>, FixedAllocation<POST_PROCESS_SETTINGS_MAX_MATERIALS>> Materials
    Field Value
    Array<SoftAssetReference<MaterialBase>, FixedAllocation<POST_PROCESS_SETTINGS_MAX_MATERIALS>>

    Methods

    BlendWith(PostFxMaterialsSettings& other, float weight)

    Blends the settings using given weight.

    Declaration
    public void BlendWith(PostFxMaterialsSettings& other, float weight)
    Parameters
    PostFxMaterialsSettings other

    The other settings.

    float weight

    The blend weight.

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