Function setPreInfinityBehavior
Synopsis
#include <Source/Falcor/Scene/Animation/Animation.h>
void setPreInfinityBehavior(Behavior behavior)
Description
Set the animation's behavior before the first keyframe.
Source
Lines 88-88 in Source/Falcor/Scene/Animation/Animation.h.
void setPreInfinityBehavior(Behavior behavior) { mPreInfinityBehavior = behavior; }