GetImageHeight Data Member Function

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

Prototype

int32 GetImageHeight( 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.