Package com.threerings.cast

Examples of com.threerings.cast.CharacterManager


        _frame = new ViewerFrame(gc);
        _framemgr = FrameManager.newInstance(_frame);

        StageContext ctx = new ContextImpl();
        _frame.init(ctx, new CharacterManager(_imgr, _crepo));

        // grab our argument
        _target = (args.length > 0) ? args[0] : null;

        // size and position the window, entering full-screen exclusive
View Full Code Here

TOP

Related Classes of com.threerings.cast.CharacterManager

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.