nFloatAnimator Script Interface
nfloatanimator:
Super Class:
C++ Class:
Info
Animate a float attribute of a nabstractshadernode.Commands:
addkey
- Command Input:
f(Time), f(Value)
- Command Output:
v
- Command Description:
- Add a float 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), f(Value)
- Command Description:
- Returns key at given index.