<Code Lib>
2026 Method
Changes 0
M

ViewDisplayDepthCueing.SetStartEndPercentages

Description:
Sets start and end percentages.

public void SetStartEndPercentages(
	int startPercentage,
	int endPercentage
)

  • Int32
    startPercentage
    The start percentage defines where depth cueing starts.
  • Int32
    endPercentage
    The end percentage defines where depth cueing ends.

  • The start and end percentages values are not valid. The valid range is 0 to 100 and start is smaller than end.

Loading…