Class XR_HTC_composition_layer_extra_settings_defs
Inheritance
XR_HTC_composition_layer_extra_settings_defs
Inherited Members
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public class XR_HTC_composition_layer_extra_settings_defs
Methods
DisableSharpening()
Disable the sharpening setting on the projection layer.
Declaration
public virtual bool DisableSharpening()
Returns
Type | Description |
---|---|
bool | True for success |
EnableSharpening(XrSharpeningModeHTC, float)
Enable the sharpening setting to the projection layer.
Declaration
public virtual bool EnableSharpening(XrSharpeningModeHTC sharpeningMode, float sharpeningLevel)
Parameters
Type | Name | Description |
---|---|---|
XrSharpeningModeHTC | sharpeningMode | The sharpening mode in XrSharpeningModeHTC. |
float | sharpeningLevel | The sharpening level in float [0, 1]. |
Returns
Type | Description |
---|---|
bool | True for success. |