My favorites | English | Sign in

o3d.EffectParameterInfo Class Reference

List of all members.


Detailed Description

EffectParameterInfo holds information about the Parameters an Effect needs.

See Also

Public Properties

string className o3d.EffectParameterInfo
string name o3d.EffectParameterInfo
number numElements o3d.EffectParameterInfo
string sasClassName o3d.EffectParameterInfo
string semantic o3d.EffectParameterInfo

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.