Click or drag to resize

ImageBackFace Enumeration

Control how the back of the imported image visual is displayed.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum ImageBackFace
Members
  Member nameValueDescription
None0 Display nothing on the back (make it fully transparent).
BackgroundColor1 Display the diffuse color (no image).
Image2 Display the image on the back as well as the front.
See Also