Package playn.core

Examples of playn.core.Sound


        @Override public String toString () {
            return "loop:" + sound;
        }

        @Override protected Sound prepareSound () {
            Sound sound = super.prepareSound();
            sound.setLooping(true);
            return sound;
        }
View Full Code Here

TOP

Related Classes of playn.core.Sound

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.