GetImage Data Member Function

Retrieves an <Image> object from a <Texture>, at a specific mip-map level, with 0 being the highest detail level.

Prototype

Image GetImage( int32 p_nLevel )

Parameters

Parameter Type Parameter Name Documentation
int32p_nLevelThe mip-map level of the image to return.

Examples

Copy Text To Clipboard

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