Base class for all scene node animators.
- Command Input:
s(ChannelName)
- Command Output:
v
- Command Description:
- Set name of animation channel which drives this animation (e.g. "time").
- Command Input:
v
- Command Output:
s(ChannelName)
- Command Description:
- Get name of animation channel which drives this animation.
- Command Input:
s(LoopType = "loop", "clamp")
- Command Output:
v
- Command Description:
- Set the loop type for this animation. Default is "loop".
- Command Input:
v
- Command Output:
s(LoopType = "loop", "clamp")
- Command Description:
- Get the loop type for this animation.