C# Class Axiom.Graphics.CompositionPass.InputTexture

Datei anzeigen Open project: WolfgangSt/axiom

Public Properties

Property Type Description
MrtIndex int
Name string

Public Methods

Method Description
InputTexture ( string name ) : System

InputTexture ( string name, int mrtIndex ) : System

Method Details

InputTexture() public method

public InputTexture ( string name ) : System
name string Name (local) of the input texture (empty == no input)
return System

InputTexture() public method

public InputTexture ( string name, int mrtIndex ) : System
name string Name (local) of the input texture (empty == no input)
mrtIndex int MRT surface index if applicable
return System

Property Details

MrtIndex public_oe property

MRT surface index if applicable
public int MrtIndex
return int

Name public_oe property

Name (local) of the input texture (empty == no input)
public string Name
return string