Material.DoubleSided Property
Gets or sets a value indicating if triangles facing away from the viewer should be rendered.
Syntax
public System.Boolean DoubleSided { get; set; }
Property Value
Default: false
True if both sides of all triangles should be rendered; otherwise, False.
Remarks
This property determines if triangles that are facing away from viewer should be rendered. It is safe to ignore triangles facing away from viewer if the mesh is a manifold (a closed volume where triangles will only be seen from one side). Setting this property to True may give a performance penalty.
Platforms
Windows, Linux, Android