Package com.threerings.whirled.spot.tools.xml

Examples of com.threerings.whirled.spot.tools.xml.SpotSceneRuleSet$PortalFieldsRule


                yoscene.setDefaultColor(classId, colorId);
            }
        });

        // add rule sets for our aux scene models
        registerAuxRuleSet(new SpotSceneRuleSet() {
            @Override
            protected Location createLocation () {
                return new StageLocation();
            }
        });
View Full Code Here

TOP

Related Classes of com.threerings.whirled.spot.tools.xml.SpotSceneRuleSet$PortalFieldsRule

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.