SingleSidedMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for rendering single-sided geometry.
public enum class SingleSidedMode
public enum SingleSidedMode
type SingleSidedMode =
Public Enum SingleSidedMode
- Inheritance
-
SingleSidedMode
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Back faces of single-sided geometry will be invisible. |
DynamicDoubleSiding | 1 | Dynamically switch to double-sided rendering when geometry is cut open through a CutPlaneComponent. |
AlwaysDoubleSided | 2 | Force single-sided geometry to be rendered double-sided. |