Mount Fuji Engine  0.8b
Data Structures | Data Fields
MFMaterialParameterInfo Struct Reference

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...
 
ParameterDetailspValues
 Pointer to an array of parameter details describing the value struct. More...
 
int numValues
 Number of elements in the argument struct. More...
 

Detailed Description

Represents various information about a material parameter. This is exposed for use when writing custom materials.


The documentation for this struct was generated from the following file: