RwGetUserDrawType(RwUserDraw *userdraw);
Description
Retrieves the user-draws type.
Arguments
userdraw Pointer to the user-draw.
Return Value
The user-draws type if successful, and rwNAUSERDRAWTYPE otherwise.
Comments
The user-draw types are:
rwCLUMPALIGN Align with the origin of the owning clump.
rwVERTEXALIGN Align with a vertex of the owning clump.
rwBBOXALIGN Align with the viewport bounding box of the owning clump.
rwVPALIGN Align with the viewing cameras viewport.
See Also