Cluster Creator Kit Script Reference
    Preparing search index...

    Interface MotionBlurSettingsItem Beta

    The configuration values for the post-process MotionBlur effect.

    interface MotionBlurSettings {
        active: boolean;
        enabled: PostProcessBoolProperty;
        sampleCount: PostProcessIntProperty;
        shutterAngle: PostProcessFloatProperty;
    }
    Index

    Properties

    active: boolean

    Sets the sample count for the MotionBlur effect. The specified value is clamped between 4 and 32.

    Sets the shutter angle for the MotionBlur effect. The specified value is clamped between 0 and 360.