nIntAnimator Script Interface
nintanimator:
Super Class:
C++ Class:
Info
Animate a int vector attribute of a nabstractshadernode.Commands:
addkey
- Command Input:
f(Time), i(Value)
- Command Output:
v
- Command Description:
- Add a int vector key to the animation key array.
getnumkeys
- Command Input:
v
- Command Output:
i(NumKeys)
- Command Description:
- Returns number of key in animation array.
getkeyat
- Command Input:
i(KeyIndex)
- Command Output:
f(Time), i(Value)
- Command Description:
- Returns key at given index.