GetTextureLink Data Member Function

Returns a pointer to the <Texture> at the specified index, or nullptr. This is the <Texture> being bound to the GPU by this SamplerArrayNode.

Prototype

Node GetTextureLink( int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the <Texture>.

Examples

Copy Text To Clipboard

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