Texture animation mode
| C# |
[ FlagsAttribute] public enum TextureAnimMode
| Member | Description |
|---|---|
| ANIM_OFF | Disable texture animation
|
| ANIM_ON | Enable texture animation
|
| LOOP | Loop when animating textures
|
| REVERSE | Animate in reverse direction
|
| PING_PONG | Animate forward then reverse
|
| SMOOTH | Slide texture smoothly instead of frame-stepping
|
| ROTATE | Rotate texture instead of using frames
|
| SCALE | Scale texture instead of using frames
|
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)