GetMatchParameter Data Member Function

Returns the match state ( true or false ) of the match parameter at the specified index.

Prototype

int32 GetMatchParameter( int32 p_nIndex, int32 p_eMatchParam )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the match parameter set. For example: if there are four groups of match parameters representing four textures, then you can query indices 0-3.
int32p_eMatchParamThe specific match parameter to query. Please see SamplerMatchParams in TYPE_SERVICE_ENUMERATION_UTIL.SSL for more information.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.