llSetTextureAnim
DirectoryllSetTextureAnim void
- Mode integer — Mask of Mode flags.
- Face integer — Face number or ALL_SIDES.
- SizeX integer — Horizontal frames (ignored for ROTATE and SCALE).
- SizeY integer — Vertical frames (ignored for ROTATE and SCALE).
- Start float — Start position/frame number (or radians for ROTATE).
- Length float — number of frames to display (or radians for ROTATE).
- Rate float — Frames per second (must not greater than zero).
Animates a texture by setting the texture scale and offset.
Mode is a bitmask of animation options.
Face specifies which object face to animate.
SizeX and SizeY specify the number of horizontal and vertical frames.Start specifes the animation start point.
Length specifies the animation duration.
Rate specifies the animation playback rate.