Package com.netthreads.libgdx.tween

Examples of com.netthreads.libgdx.tween.GroupAccessor


    // All scenes share the same viewport.
    viewport = null;

    // Set up tween default configuration.
    Tween.registerAccessor(Actor.class, new ActorAccessor());
    Tween.registerAccessor(Group.class, new GroupAccessor());
  }
View Full Code Here

TOP

Related Classes of com.netthreads.libgdx.tween.GroupAccessor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.