Package com.threerings.miso.client

Examples of com.threerings.miso.client.SceneBlock.deleteObject()


        // remove it from the scene model
        if (_model.removeObject(info)) {
            // clear the object out of its block
            SceneBlock block = getBlock(info.x, info.y);
            if (block != null && block.isResolved()) {
                block.deleteObject(info);
            }

            // recompute our visible object set
            recomputeVisible();
            return true;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.