Tesla Graphics Engine Documentation (January 2012)
TransparencyType Enumeration
TeslaTesla.GraphicsTransparencyType
Transparency type for how the engine will render transparent geometry.
Declaration Syntax
C#
public enum TransparencyType
Members
Member Description
Default Default, let the engine decide. If not explicitly set, usually OneSided.
OneSided Only the front of a renderable should be rendered (single pass).
TwoSided Both the front and back of the renderable should be rendered (two pass).

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)