Class SingleSidedSettings

Settings for single-sided geometry rendering.

class Microsoft::Azure::RemoteRendering::SingleSidedSettings final

Properties

Mode

What mode to use for rendering single-sided geometry.

A Result.InvalidParam error occurs if an invalid mode value is passed in.

auto GetMode() const noexcept -> Microsoft::Azure::RemoteRendering::SingleSidedMode;
auto SetMode(Microsoft::Azure::RemoteRendering::SingleSidedMode value) noexcept -> Microsoft::Azure::RemoteRendering::Status;

See also

Valid

Whether this object is still valid.

An object is invalid if it has been destroyed or if the connection has been lost. It is an error to call any other function on an invalid object.

auto GetValid() const noexcept -> bool;

See also