Functions |
|
RwRect * | RpLogoGetRenderingRect (void) |
RpLogoPosition | RpLogoGetPosition (void) |
RwBool | RpLogoSetPosition (RpLogoPosition pos) |
RwBool | RpLogoGetState (RwCamera *cam) |
RwBool | RpLogoSetState (RwCamera *cam, RwBool state) |
RwBool | RpLogoPluginAttach (void) |
This plugin renders a RenderWare logo on the screen. The logo will appear automatically when the plugin is attached. It is possible to turn the appearance of the logo on/off after the plugin is attached. It is not possible to change the logo's image.
This plugin is intended for use in examples or demos. It should not be used in the final product.
|
RpLogoGetPosition returns the current screen placement of the logo
|
|
RpLogoGetRenderingRect gets the rectangle on the camera raster the logo is rendered into.
|
|
RpLogoGetState gets the current visibility state of the logo
|
|
RpLogoPluginAttach is called by the application to indicate that the Logo plugin should be used. The call to this function should be placed after RwEngineInit and RpWorldPluginAttach
|
|
RpLogoSetPosition determines where on the screen the logo should be placed
|
|
RpLogoSetState turns the logo on and off
|
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |