o3d.EffectParameterInfo Class Reference
List of all members.
Detailed Description
EffectParameterInfo holds information about the Parameters an Effect needs.
See Also
Public Properties
Member Property Documentation
| string EffectParameterInfo.className
|
The type of the parameter.
This property is read-only.
| string EffectParameterInfo.name
|
The name of the parameter.
This property is read-only.
| number EffectParameterInfo.numElements
|
The number of elements. Non-zero for array types, zero for non-array types.
This property is read-only.
| string EffectParameterInfo.sasClassName
|
If this is a standard parameter (SAS) this will be the name of the type
of Param needed. Otherwise it will be the empty string.
Standard Parameters are generally handled automatically by o3d but you
can supply your own if you have a unique situation.
This property is read-only.
| string EffectParameterInfo.semantic
|
The semantic of the parameter. This is always in UPPERCASE.
This property is read-only.