Cluster Creator Kit Script Reference
    Preparing search index...

    Interface DepthOfFieldSettingsItem Beta

    ポストプロセスのDepthOfFieldエフェクトの設定値です。

    interface DepthOfFieldSettings {
        active: boolean;
        aperture: PostProcessFloatProperty;
        enabled: PostProcessBoolProperty;
        focalLength: PostProcessFloatProperty;
        focusDistance: PostProcessFloatProperty;
    }
    Index

    Properties

    active: boolean

    DepthOfFieldのエフェクトの絞り値を設定します。 指定した値は0.05以上32以下の範囲内に収められます。

    DepthOfFieldのエフェクトの焦点距離の近接値を設定します。 指定した値は1以上300以下の範囲内に収められます。

    DepthOfFieldのエフェクトの焦点距離を設定します。 0.1以上の値を指定できます。 0.1より小さい値を指定した場合、0.1が設定されます。