Property | Type | Description | |
---|---|---|---|
AvailableToPixelShader | bool | ||
AvailableToVertexShader | bool | ||
Code | String | ||
IsInline | bool | ||
MinimumPixelShaderProfile | string | ||
MinimumVertexShaderProfile | string | ||
Name | String | ||
Parameters | List |
||
ReturnType | List |
Method | Description | |
---|---|---|
CompareTo ( object obj ) : int | ||
EffectComponent ( ) : System |
Creates an empty effect component
|
|
FromFile ( String fileName ) : |
Loads an effect component from file
|
|
FunctionHelperString ( ) : String |
Gets a string to help with coding
|
|
FunctionString ( ) : String |
Gets the function as a string
|
|
OutputStruct ( ) : String |
Gets the output structure definition as a string
|
|
Save ( String fileName ) : void |
Saves the component to a file
|
|
ToString ( ) : string |
public static FromFile ( String fileName ) : |
||
fileName | String | The name of the file |
return |
public Save ( String fileName ) : void | ||
fileName | String | The name of the file |
return | void |
public string MinimumVertexShaderProfile | ||
return | string |