Click or drag to resize
Ab4d.SharpEngine logo

RenderingItem Properties

The RenderingItem type exposes the following members.

Properties
 NameDescription
Public propertyIsBackFaceMaterial IsBackFaceMaterial specifies if the material is used to render front (IsBackFaceMaterial == false) or back (IsBackFaceMaterial == true) faces. This property gets or set the flag from the Flags field.
Public propertyIsVisible When IsVisible property is false this prevents rendering this RenderingItem. This property gets or set the flag from the Flags field. Note that Flags have IsHidden flag so this property inverts the presence of IsHidden flag. The reason for this is that this way the majority of objects can have no Flags set (they are not processes in any special way).
Top
See Also