Refers Data Member Function

Adds a non-owning reference to an <Image> object to the <Texture> object's ImageList object. Note that this function should not be used on <Texture> objects that are stored in the document. This function is used when a <Texture> is being used as a temporary object in a script.

Prototype

int32 Refers( Image p_oImage )

Parameters

Parameter Type Parameter Name Documentation
<Image>p_oImageA pointer to the <Image> object to associate with this <Texture>.

Examples

Copy Text To Clipboard

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