Ejemplo n.º 1
0
        private endOfAnimationBehavior FixAnimationFrameBehavior(endOfAnimationBehavior frameBehavior)
        {
            if (frameBehavior == null)
            {
                return(null);
            }

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