GetTextureChannelSelector Data Member Function

A <TextureSliceNode> may store up to 16 channel selector values, and this function returns the channel selector value at the specified index, or -1 if the index is invalid.

Prototype

int32 GetTextureChannelSelector( int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the channel selector you wish to retrieve.

Examples

Copy Text To Clipboard

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