C# Class Axiom.Graphics.RenderablePass

Internal structure reflecting a single Pass for a Renderable
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
pass Pass
renderable IRenderable

Public Methods

Method Description
RenderablePass ( IRenderable renderable, Pass pass ) : System

Method Details

RenderablePass() public method

public RenderablePass ( IRenderable renderable, Pass pass ) : System
renderable IRenderable
pass Pass
return System

Property Details

pass public property

public Pass,Axiom.Graphics pass
return Pass

renderable public property

public IRenderable renderable
return IRenderable