G2_SetOBJShape


C Specification

#include <nitro/gx/g2_oam.h>
void G2_SetOBJShape(GXOamAttr * oam, GXOamShape shape);

Description

This function specifies the OBJ shape and stores it in *oam. See G2_SetOBJAttr for details on GXOamShape types.

Arguments

oam Pointer to where the OAM data is stored
shape Specifies OBJ shape

Return Values

None

See Also

G2_SetOBJAttr

Revision History

01/19/2004 Initial Version