IsSamplerSquare Data Member Function

Returns true if and only if the <Texture> object's render dimensions are square. For example: if the <Texture> object render dimensions are 32x32.

Prototype

int32 IsSamplerSquare( Texture p_oTexture )

Parameters

Parameter Type Parameter Name Documentation
<Texture>p_oTextureA pointer to the <Texture> to query.

Examples

Copy Text To Clipboard

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