GetImageWidth Data Member Function

Returns an <int32> representing the image width for a single slice of a layered <Texture>, or just the width for a non-layered <Texture>.

Prototype

int32 GetImageWidth( Texture src )

Parameters

Parameter Type Parameter Name Documentation
<Texture>srcA pointer to the source <Texture>.

Examples

Copy Text To Clipboard

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