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

iTestBed::displaySplashImage_Centred()

Description

Displays a 2D image in front of the scene, and centred in the viewport.

Syntax

void displaySplashImage_Centred(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_Centred(int image);

Java Mapping

void displaySplashImage_Centred(int image);

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