C# Class Axiom.Graphics.CompositionPass.InputTexture

Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Свойство Type Description
MrtIndex int
Name string

Méthodes publiques

Méthode Description
InputTexture ( string name ) : System

InputTexture ( string name, int mrtIndex ) : System

Method Details

InputTexture() public méthode

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

InputTexture() public méthode

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
Résultat System

Property Details

MrtIndex public_oe property

MRT surface index if applicable
public int MrtIndex
Résultat int

Name public_oe property

Name (local) of the input texture (empty == no input)
public string Name
Résultat string