Property | Type | Description | |
---|---|---|---|
MrtIndex | int | ||
Name | string |
Method | Description | |
---|---|---|
InputTexture ( string name ) : System |
|
|
InputTexture ( string name, int mrtIndex ) : System |
|
public InputTexture ( string name ) : System | ||
name | string | Name (local) of the input texture (empty == no input) |
return | System |
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 |