C# Class Axiom.Graphics.CompositorInstanceMaterialEventArgs

Inheritance: System.EventArgs
Show file Open project: WolfgangSt/axiom Class Usage Examples

Public Properties

Property Type Description
Material Material
PassID uint

Public Methods

Method Description
CompositorInstanceMaterialEventArgs ( uint passId, Material material ) : System

Method Details

CompositorInstanceMaterialEventArgs() public method

public CompositorInstanceMaterialEventArgs ( uint passId, Material material ) : System
passId uint
material Material
return System

Property Details

Material public property

Material, this may be changed at will and will only affect the current instance of the Compositor, not the global material it was cloned from.
public Material,Axiom.Graphics Material
return Material

PassID public property

Pass identifier within Compositor instance, this is specified by the user by CompositionPass.SetIdentifier().
public uint PassID
return uint