SetTextureLink Data Member Function

Sets the texture binding at the specified index.

Prototype

int32 SetTextureLink( int32 p_nIndex, Node p_oTexture )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index at which to specify the <Texture> this <Node> binds. 0-31 are valid indices.
<Node>p_oTextureA pointer to the <Texture> this <Node> should bind.

Examples

Copy Text To Clipboard

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