Skip to content

LedQualityProfile

ClassLEDStudioLEDStudio
public sealed class LedQualityProfile : ScriptableObject

Reusable performance and fidelity profile controlling logical resolution, reduction, anti-moire treatment, defects, and shader quality.

public int MaxUpdatesPerFrame

Returns

System.Int32

public float TargetUpdateRateHz

Returns

System.Single

public LedReductionMode ReductionOverride

Returns

LEDStudio.LedReductionMode

public bool UseReductionOverride

Returns

System.Boolean

public LedQualityLevel QualityLevel

Returns

LEDStudio.LedQualityLevel

public bool EnableBloom

Returns

System.Boolean

public bool EnableCloseUpMode

Returns

System.Boolean

public LedQualityLevel DefectQuality

Returns

LEDStudio.LedQualityLevel

public bool EnableTemporalDefects

Returns

System.Boolean

public static LedQualityProfile CreateDefault()

Creates a transient high-quality profile with bloom, close-up detail, and temporal defects enabled.

Returns

LEDStudio.LedQualityProfile

public static LedQualityProfile CreatePerformance()

Creates a transient profile that lowers update frequency and disables costly close-up and temporal effects.

Returns

LEDStudio.LedQualityProfile

public LedQualityProfile()