com.threerings.tudey.config
Class PlaceableConfig.Marker
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.PlaceableConfig.Implementation
com.threerings.tudey.config.PlaceableConfig.Original
com.threerings.tudey.config.PlaceableConfig.Marker
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- PlaceableConfig
public static class PlaceableConfig.Marker
- extends PlaceableConfig.Original
A marker implementation.
PlaceableConfig.Marker
public PlaceableConfig.Marker()
getSpriteImplementation
public PlaceableSprite.Implementation getSpriteImplementation(TudeyContext ctx,
Scope scope,
PlaceableSprite.Implementation impl)
- Description copied from class:
PlaceableConfig.Implementation
- Creates or updates a sprite implementation for this configuration.
- Specified by:
getSpriteImplementation in class PlaceableConfig.Implementation
scope - the placeable's expression scope.impl - an existing implementation to reuse, if possible.
- Returns:
- either a reference to the existing implementation (if reused), a new
implementation, or
null if no implementation could be created.
Copyright © 2011. All Rights Reserved.