|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.config.SceneGlobalConfig.Implementation
com.threerings.tudey.config.SceneGlobalConfig.Original
public abstract static class SceneGlobalConfig.Original
Superclass of the original implementations.
| Field Summary | |
|---|---|
HandlerConfig[] |
handlers
The global's event handlers. |
TagConfig |
tags
Tags used to identify the global within the scene. |
| Constructor Summary | |
|---|---|
SceneGlobalConfig.Original()
|
|
| Method Summary | |
|---|---|
String |
getLogicClassName()
Returns the name of the server-side logic class to use for the global, or null for none. |
SceneGlobalConfig.Original |
getOriginal(ConfigManager cfgmgr)
Returns a reference to the config's underlying original implementation. |
void |
getPreloads(ConfigManager cfgmgr,
PreloadableSet preloads)
Adds the resources to preload for this global into the provided set. |
void |
invalidate()
Invalidates any cached data. |
| Methods inherited from class com.threerings.tudey.config.SceneGlobalConfig.Implementation |
|---|
getSpriteImplementation, getUpdateReferences |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable public TagConfig tags
@Editable public HandlerConfig[] handlers
| Constructor Detail |
|---|
public SceneGlobalConfig.Original()
| Method Detail |
|---|
public String getLogicClassName()
null for none.
public void getPreloads(ConfigManager cfgmgr,
PreloadableSet preloads)
public SceneGlobalConfig.Original getOriginal(ConfigManager cfgmgr)
SceneGlobalConfig.Implementation
getOriginal in class SceneGlobalConfig.Implementationpublic void invalidate()
SceneGlobalConfig.Implementation
invalidate in class SceneGlobalConfig.Implementation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||