Function getPreInfinityBehavior
Synopsis
#include <Source/Falcor/Scene/Animation/Animation.h>
Behavior getPreInfinityBehavior() const
Description
Get the animation's behavior before the first keyframe.
Source
Lines 84-84 in Source/Falcor/Scene/Animation/Animation.h.
Behavior getPreInfinityBehavior() const { return mPreInfinityBehavior; }