예제 #1
0
        private endOfAnimationBehavior FixAnimationFrameBehavior(endOfAnimationBehavior frameBehavior)
        {
            if (frameBehavior == null)
            {
                return(null);
            }

            return(InterceptFarmerShowItemIntake);
        }
예제 #2
0
 public void animateOnce(IAnimationFrameWrapper[] animation, endOfAnimationBehavior endOfBehaviorFunction = null)
 {
 }
예제 #3
0
 public void animateOnce(int whichAnimation, float animationInterval, int numberOfFrames,
                         endOfAnimationBehavior endOfBehaviorFunction, bool flip, bool secondaryArm, bool backwards)
 {
 }
예제 #4
0
 public void animateOnce(int whichAnimation, float animationInterval, int numberOfFrames,
                         endOfAnimationBehavior endOfBehaviorFunction)
 {
 }