nUvAnimator Script Interface
nuvanimator:
Super Class:
C++ Class:
Info
Animate UV coordinates of a shape node.-01-Nov-06 kims Changed n_addeulerkey and n_geteulerkeyat to have three float type for uv animation.
Commands:
- addposkey
- addeulerkey
- addscalekey
- getnumposkeys
- getnumeulerkeys
- getnumscalekeys
- getposkeyat
- geteulerkeyat
- getscalekeyat
addposkey
- Command Input:
i(TextureLayer), f(Time), f(PosU), f(PosV)
- Command Output:
v
- Command Description:
- Add a position key to the position key array.
addeulerkey
- Command Input:
i(TextureLayer), f(Time), f(EulerU), f(EulerV), f(EulerW)
- Command Output:
v
- Command Description:
- Add a euler angle key to the position key array.
addscalekey
- Command Input:
i(TextureLayer), f(Time), f(ScaleU), f(ScaleV)
- Command Output:
v
- Command Description:
- Add a scale key to the position key array.
getnumposkeys
- Command Input:
i(TextureLayer)
- Command Output:
i(NumPosKeys)
- Command Description:
- Return number of position keys.
getnumeulerkeys
- Command Input:
i(TextureLayer)
- Command Output:
i(NumEulerKeys)
- Command Description:
- Return number of euler keys.
getnumscalekeys
- Command Input:
i(TextureLayer)
- Command Output:
i(NumScaleKeys)
- Command Description:
- Return number of scale keys.
getposkeyat
- Command Input:
i(TextureLayer), i(KeyIndex)
- Command Output:
f(Time), f(PosU), f(PosU)
- Command Description:
- Get position key attributes at given index.
geteulerkeyat
- Command Input:
i(TextureLayer), i(KeyIndex)
- Command Output:
f(Time), f(EulerU), f(EulerV), f(EulerW)
- Command Description:
- Get euler key attributes at given index.
getscalekeyat
- Command Input:
i(TextureLayer), i(KeyIndex)
- Command Output:
f(Time), f(ScaleU), f(ScaleV)
- Command Description:
- Get scale key attributes at given index.