PathEngine home previous: iTestBed::createSound()next: iTestBed::displaySplashImage_Centred()
Contents, API Reference, Interfaces, iTestBed, displaySplashImage_BottomLeft

iTestBed::displaySplashImage_BottomLeft()

Description

Displays a 2D image in front of the scene, touching the bottom left corner of the viewport.

Syntax

void displaySplashImage_BottomLeft(int32_t image) const;

Parameters

image The value returned by a previous call to iTestBed::createImage(), for the image to display.

Remarks

Not supported in 3D camera mode.

C# Mapping

void displaySplashImage_BottomLeft(int image);

Java Mapping

void displaySplashImage_BottomLeft(int image);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iTestBed::displaySplashImage_Centred()