FindByName Data Member Function

Finds a <Node>, by its name, in the <RenderInfo> object's <NodeList> object that stores pointers to <Node> bound to the <RenderInfo>.

Prototype

Node FindByName( string p_sNodeName )

Parameters

Parameter Type Parameter Name Documentation
stringp_sNodeNameThe name of the <Node> you wish to find in the <RenderInfo> object's <NodeList> for storing bound objects.

Examples

Copy Text To Clipboard

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