C# Class Axiom.Graphics.CompositorInstanceMaterialEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Свойство Type Description
Material Material
PassID uint

Méthodes publiques

Méthode Description
CompositorInstanceMaterialEventArgs ( uint passId, Material material ) : System

Method Details

CompositorInstanceMaterialEventArgs() public méthode

public CompositorInstanceMaterialEventArgs ( uint passId, Material material ) : System
passId uint
material Material
Résultat System

Property Details

Material public_oe 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
Résultat Material

PassID public_oe property

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