ReplaceImage Data Member Function

Replaces this <Texture> object's current internal <Image> object with the <Image> object submitted by this function. The <Texture> object's existing <ImageList> is cleared and all existing <Image> objects are destroyed.

Prototype

int32 ReplaceImage( Image p_oNewImage )

Parameters

Parameter Type Parameter Name Documentation
<Image>p_oNewImageA pointer to the new source <Image>.

Examples

Copy Text To Clipboard

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