Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetFlag(DLSSFeatureFlags, bool)

Helper function. Controls the feature flags used by DLSS..
Read time 1 minuteLast updated 6 days ago

Definition

public void SetFlag(DLSSFeatureFlags flag, bool value)

Parameters

The feature flag to set or unset.

value

Indicates whether to set or unset the flag.

Remarks

Additional Resources: DLSSFeatureFlags