newspeoplefor developersdocumentationdownloads

nAnimator Script Interface

nanimator:

Super Class:

Subclasses:

C++ Class:

Info

Base class for all scene node animators.

Commands:


setchannel

Command Input:
s(ChannelName)
Command Output:
v
Command Description:
Set name of animation channel which drives this animation (e.g. "time").

getchannel

Command Input:
v
Command Output:
s(ChannelName)
Command Description:
Get name of animation channel which drives this animation.

setlooptype

Command Input:
s(LoopType = "loop", "clamp")
Command Output:
v
Command Description:
Set the loop type for this animation. Default is "loop".

getlooptype

Command Input:
v
Command Output:
s(LoopType = "loop", "clamp")
Command Description:
Get the loop type for this animation.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.