Tesla Graphics Engine Documentation (January 2012)
EnforcedMaterial Property
TeslaTesla.GraphicsBaseRendererEnforcedMaterial
Gets or sets the enforced material. This may or may not be ignored when the IRenderable's Render() method is called. If this is not null, it lets the renderable know what material to use instead of its default material. Set this value to null for default behavior.
Declaration Syntax
C#
public Material EnforcedMaterial { get; set; }

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