Struct PostFxMaterialsSettings
Contains settings for custom PostFx materials rendering.
Inherited Members
PostFxMaterialsSettings
PostFxMaterialsSettings
PostFxMaterialsSettings
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. |