|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TudeySceneManager | |
|---|---|
| com.threerings.tudey.server | |
| com.threerings.tudey.server.logic | |
| com.threerings.tudey.server.util | |
| com.threerings.tudey.tools | Tudey tools. |
| Uses of TudeySceneManager in com.threerings.tudey.server |
|---|
| Constructors in com.threerings.tudey.server with parameters of type TudeySceneManager | |
|---|---|
ClientLiaison(TudeySceneManager scenemgr,
com.threerings.crowd.data.BodyObject bodyobj,
com.threerings.crowd.server.CrowdSession session)
Creates a new liaison for the specified client. |
|
| Uses of TudeySceneManager in com.threerings.tudey.server.logic |
|---|
| Methods in com.threerings.tudey.server.logic that return TudeySceneManager | |
|---|---|
TudeySceneManager |
Logic.getSceneManager()
Returns a reference to the scene manager that owns the logic. |
| Methods in com.threerings.tudey.server.logic with parameters of type TudeySceneManager | |
|---|---|
static ScriptLogic |
ScriptLogic.createScriptLogic(TudeySceneManager scenemgr,
ScriptConfig config,
AgentLogic agent,
BehaviorLogic.Scripted scripted)
Creates a script logic. |
void |
Logic.init(TudeySceneManager scenemgr)
Initializes the logic. |
void |
ActionLogic.init(TudeySceneManager scenemgr,
ActionConfig config,
Logic source)
Initializes the logic. |
void |
ActivityLogic.init(TudeySceneManager scenemgr,
ActiveLogic source)
Initializes the logic. |
void |
BehaviorLogic.init(TudeySceneManager scenemgr,
BehaviorConfig.Original config,
AgentLogic agent)
Initializes the logic. |
void |
ConditionLogic.init(TudeySceneManager scenemgr,
ConditionConfig config,
Logic source)
Initializes the logic. |
void |
ActorLogic.init(TudeySceneManager scenemgr,
ConfigReference<ActorConfig> ref,
ActorConfig.Original config,
int id,
int timestamp,
Vector2f translation,
float rotation,
Actor actor)
Initializes the actor. |
void |
EffectLogic.init(TudeySceneManager scenemgr,
ConfigReference<EffectConfig> ref,
EffectConfig.Original config,
int timestamp,
Logic target,
Vector2f translation,
float rotation)
Initializes the logic. |
void |
ExpressionLogic.init(TudeySceneManager scenemgr,
ExpressionConfig config,
Logic source)
Initializes the logic. |
void |
HandlerLogic.init(TudeySceneManager scenemgr,
HandlerConfig config,
Logic source)
Initializes the logic. |
void |
RegionLogic.init(TudeySceneManager scenemgr,
RegionConfig config,
Logic source)
Initializes the logic. |
void |
ScriptLogic.init(TudeySceneManager scenemgr,
ScriptConfig config,
AgentLogic agent,
BehaviorLogic.Scripted scripted)
Initializes the logic. |
void |
TargetLogic.init(TudeySceneManager scenemgr,
TargetConfig config,
Logic source)
Initializes the logic. |
void |
EntryLogic.init(TudeySceneManager scenemgr,
TudeySceneModel.Entry entry)
Initializes the logic. |
| Uses of TudeySceneManager in com.threerings.tudey.server.util |
|---|
| Methods in com.threerings.tudey.server.util with parameters of type TudeySceneManager | |
|---|---|
void |
SceneTicker.add(TudeySceneManager scenemgr)
Adds a scene manager to be ticked. |
boolean |
SceneTicker.contains(TudeySceneManager scenemgr)
Checks whether the specified scene manager is being ticked. |
void |
SceneTicker.remove(TudeySceneManager scenemgr)
Removes a scene manager. |
| Constructors in com.threerings.tudey.server.util with parameters of type TudeySceneManager | |
|---|---|
Pathfinder(TudeySceneManager scenemgr)
Creates a new pathfinder. |
|
| Uses of TudeySceneManager in com.threerings.tudey.tools |
|---|
| Subclasses of TudeySceneManager in com.threerings.tudey.tools | |
|---|---|
class |
ToolSceneManager
Scene manager for tools. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||