Mount Fuji Engine
0.8b
|
Material parameter information structure. More...
Data Structures | |
struct | ParameterDetails |
Details an MFMaterial parameter. More... | |
Data Fields | |
const char * | pParameterName |
Name of the parameter. More... | |
int | parameterIndex |
Index of the parameter. More... | |
ParameterDetails | argIndexHigh |
(Optional) Arg index HiWord details. More... | |
ParameterDetails | argIndex |
(Optional) Arg index details. More... | |
ParameterDetails * | pValues |
Pointer to an array of parameter details describing the value struct. More... | |
int | numValues |
Number of elements in the argument struct. More... | |
Represents various information about a material parameter. This is exposed for use when writing custom materials.