Data Structures | |
| struct | RpEnvironment |
Functions | |
| RpEnvironment * | RpEnvironmentCreate (void) |
| void | RpEnvironmentDestroy (RpEnvironment *environment) |
| RwInt32 | RpEnvironmentStreamGetSize (RpEnvironment *environment) |
| RpEnvironment * | RpEnvironmentStreamRead (RwStream *stream) |
| RpEnvironment * | RpEnvironmentStreamWrite (RpEnvironment *environment, RwStream *stream) |
| void | RpEnvironmentSetBackground (RpEnvironment *environment, RwRGBA color) |
| RwRGBA * | RpEnvironmentGetBackground (RpEnvironment *environment) |
The RpEnvironment plugin can be used by tools to set a background color to assets.
|
|
RpEnvironmentCreate creates and returns a standard RpEnvironment. The RpEnvironment created will initialize the corresponding background color to the following values:
|
|
|
RpEnvironmentDestroy destroys a RpEnvironment setting.
|
|
|
RpEnvironmentGetBackground returns the current background color for a specific RpEnvironment object.
|
|
||||||||||||
|
RpEnvironmentSetBackground sets the background color for a specific RpEnvironment.
|
|
|
RpEnvironmentStreamGetSize returns the size of an RpEnvironment object.
|
|
|
RpEnvironmentStreamRead reads the RpEnvironment chunk from a Renderware stream.
|
|
||||||||||||
|
RpEnvironmentStreamWrite streams out an RpEnvironment object to a RenderWare stream.
|
© 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:47:00 2004.
Send Feedback