spSetZ.3p
369 Bytes
.TH spSetZ 3P local "Silicon Graphics, Inc."
.SH NAME
spSetZ \- Set the depth of the sprite
.SH C SPECIFICATION
.nf
\f3#include <sp.h>
void spSetZ(Sprite *sp, s32 z)
\fP
.fi
.SH PARAMETERS
.TP 10
.I *sp
pointer to the sprite.
.TP
.I z
Z depth of sprite
.SH DESCRIPTION
Set the depth of this sprite.
.SH "SEE ALSO"
.IR spDraw (3P),
.IR spScale (3P),
.IR spScissor (3P)