This node is placed at key points within the scene graph to animate uvs. More...
Public Member Functions | |
UvScrollNode (string name) | |
UvScrollNode (string name, float u_speed, float v_speed, float r_speed) | |
float | getRSpeed () |
float | getUSpeed () |
float | getVSpeed () |
setRSpeed (float r_speed) | |
setUSpeed (float u_speed) | |
setVSpeed (float v_speed) | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
This node is placed at key points within the scene graph to animate uvs.
UvScrollNode | ( | string | name | ) |
UvScrollNode | ( | string | name, |
float | u_speed, | ||
float | v_speed, | ||
float | r_speed | ||
) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from PandaNode.
float getRSpeed | ( | ) |
float getUSpeed | ( | ) |
float getVSpeed | ( | ) |
setRSpeed | ( | float | r_speed | ) |
setUSpeed | ( | float | u_speed | ) |
setVSpeed | ( | float | v_speed | ) |