|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TudeyContext | |
|---|---|
| com.threerings.tudey.client | |
| com.threerings.tudey.client.cursor | |
| com.threerings.tudey.client.sprite | |
| com.threerings.tudey.client.util | |
| com.threerings.tudey.config | Tudey configurations. |
| com.threerings.tudey.data | Tudey data. |
| com.threerings.tudey.data.actor | |
| com.threerings.tudey.tools | Tudey tools. |
| Uses of TudeyContext in com.threerings.tudey.client |
|---|
| Constructors in com.threerings.tudey.client with parameters of type TudeyContext | |
|---|---|
TudeySceneView(TudeyContext ctx)
Creates a new scene view for use in the editor. |
|
TudeySceneView(TudeyContext ctx,
TudeySceneController ctrl)
Creates a new scene view. |
|
| Uses of TudeyContext in com.threerings.tudey.client.cursor |
|---|
| Methods in com.threerings.tudey.client.cursor with parameters of type TudeyContext | |
|---|---|
static Model[] |
PathCursor.maybeResize(Model[] omodels,
int ncount,
TudeyContext ctx,
Scope parentScope,
String name,
ColorState colorState)
Resizes the specified array of models if necessary, adding new models or removing models as required. |
| Uses of TudeyContext in com.threerings.tudey.client.sprite |
|---|
| Methods in com.threerings.tudey.client.sprite with parameters of type TudeyContext | |
|---|---|
static Model[] |
PathSprite.maybeResize(Model[] omodels,
int ncount,
TudeyContext ctx,
Scene scene,
String name,
ColorState colorState,
Object userObject)
Resizes the specified array of models if necessary, adding new models or removing models as required. |
| Constructors in com.threerings.tudey.client.sprite with parameters of type TudeyContext | |
|---|---|
ActorSprite.Acting(TudeyContext ctx,
Scope parentScope,
ActorSpriteConfig.Moving config)
Creates a new implementation. |
|
ActorSprite.Moving(TudeyContext ctx,
Scope parentScope,
ActorSpriteConfig.Moving config)
Creates a new implementation. |
|
ActorSprite.Original(TudeyContext ctx,
Scope parentScope,
ActorSpriteConfig config)
Creates a new implementation. |
|
ActorSprite.StatefulEntry(TudeyContext ctx,
Scope parentScope,
ActorSpriteConfig.StatefulEntry config)
Creates a new implementation. |
|
ActorSprite(TudeyContext ctx,
TudeySceneView view,
int timestamp,
Actor actor)
Creates a new actor sprite. |
|
AreaSprite.Original(TudeyContext ctx,
Scope parentScope,
AreaConfig.Original config)
Creates a new implementation. |
|
AreaSprite(TudeyContext ctx,
TudeySceneView view,
TudeySceneModel.AreaEntry entry)
Creates a new area sprite. |
|
EffectSprite.Animator(TudeyContext ctx,
Scope parentScope,
EffectSpriteConfig.Animator config,
Effect effect)
Creates a new implementation. |
|
EffectSprite.Original(TudeyContext ctx,
Scope parentScope,
EffectSpriteConfig config,
Effect effect)
Creates a new implementation. |
|
EffectSprite(TudeyContext ctx,
TudeySceneView view,
Effect effect)
Creates a new effect sprite. |
|
EntrySprite(TudeyContext ctx,
TudeySceneView view)
Creates a new entry sprite. |
|
GlobalSprite.Camera(TudeyContext ctx,
Scope parentScope,
SceneGlobalConfig.Camera config)
Creates a new environment model implementation. |
|
GlobalSprite.EnvironmentModel(TudeyContext ctx,
Scope parentScope,
SceneGlobalConfig.EnvironmentModel config)
Creates a new environment model implementation. |
|
GlobalSprite.Implementation(TudeyContext ctx,
Scope parentScope)
Creates a new implementation. |
|
GlobalSprite(TudeyContext ctx,
TudeySceneView view,
TudeySceneModel.GlobalEntry entry)
Creates a new global sprite. |
|
PathSprite.Original(TudeyContext ctx,
Scope parentScope,
PathConfig.Original config)
Creates a new implementation. |
|
PathSprite(TudeyContext ctx,
TudeySceneView view,
TudeySceneModel.PathEntry entry)
Creates a new path sprite. |
|
PlaceableSprite.ClickableProp(TudeyContext ctx,
Scope parentScope,
PlaceableConfig.ClickableProp config)
Creates a new clickable prop implementation. |
|
PlaceableSprite.Marker(TudeyContext ctx,
Scope parentScope,
PlaceableConfig.Original config)
Creates a new marker implementation. |
|
PlaceableSprite.Original(TudeyContext ctx,
Scope parentScope)
Creates a new implementation. |
|
PlaceableSprite.Prop(TudeyContext ctx,
Scope parentScope,
PlaceableConfig.Prop config)
Creates a new prop implementation. |
|
PlaceableSprite(TudeyContext ctx,
TudeySceneView view,
TudeySceneModel.PlaceableEntry entry)
Creates a new placeable sprite. |
|
Sprite(TudeyContext ctx,
TudeySceneView view)
Creates a new sprite. |
|
TileSprite.Original(TudeyContext ctx,
Scope parentScope,
TileConfig.Original config)
Creates a new implementation. |
|
TileSprite(TudeyContext ctx,
TudeySceneView view,
TudeySceneModel.TileEntry entry)
Creates a new tile sprite. |
|
| Uses of TudeyContext in com.threerings.tudey.client.util |
|---|
| Constructors in com.threerings.tudey.client.util with parameters of type TudeyContext | |
|---|---|
SceneMap(TudeyContext ctx,
TudeySceneView view)
Creates a new scene map. |
|
| Uses of TudeyContext in com.threerings.tudey.config |
|---|
| Uses of TudeyContext in com.threerings.tudey.data |
|---|
| Methods in com.threerings.tudey.data with parameters of type TudeyContext | |
|---|---|
EntryCursor |
TudeySceneModel.Entry.createCursor(TudeyContext ctx,
TudeySceneView view)
Creates a cursor for this entry (or returns null for none). |
EntryCursor |
TudeySceneModel.TileEntry.createCursor(TudeyContext ctx,
TudeySceneView view)
|
EntryCursor |
TudeySceneModel.PlaceableEntry.createCursor(TudeyContext ctx,
TudeySceneView view)
|
EntryCursor |
TudeySceneModel.PathEntry.createCursor(TudeyContext ctx,
TudeySceneView view)
|
EntryCursor |
TudeySceneModel.AreaEntry.createCursor(TudeyContext ctx,
TudeySceneView view)
|
abstract EntrySprite |
TudeySceneModel.Entry.createSprite(TudeyContext ctx,
TudeySceneView view)
Creates a sprite for this entry. |
EntrySprite |
TudeySceneModel.TileEntry.createSprite(TudeyContext ctx,
TudeySceneView view)
|
EntrySprite |
TudeySceneModel.GlobalEntry.createSprite(TudeyContext ctx,
TudeySceneView view)
|
EntrySprite |
TudeySceneModel.PlaceableEntry.createSprite(TudeyContext ctx,
TudeySceneView view)
|
EntrySprite |
TudeySceneModel.PathEntry.createSprite(TudeyContext ctx,
TudeySceneView view)
|
EntrySprite |
TudeySceneModel.AreaEntry.createSprite(TudeyContext ctx,
TudeySceneView view)
|
| Uses of TudeyContext in com.threerings.tudey.data.actor |
|---|
| Methods in com.threerings.tudey.data.actor with parameters of type TudeyContext | |
|---|---|
boolean |
Pawn.isClientControlled(TudeyContext ctx,
TudeySceneView view)
|
boolean |
Actor.isClientControlled(TudeyContext ctx,
TudeySceneView view)
Checks whether this actor is client controlled. |
ActorAdvancer |
Actor.maybeCreateAdvancer(TudeyContext ctx,
TudeySceneView view,
int timestamp)
Determines whether this actor is controlled by the client and, if so, creates and returns an ActorAdvancer instance to perform client-side prediction. |
| Uses of TudeyContext in com.threerings.tudey.tools |
|---|
| Classes in com.threerings.tudey.tools that implement TudeyContext | |
|---|---|
class |
SceneEditor
The scene editor application. |
class |
TudeyTool
Base class for Tudey tools. |
| Constructors in com.threerings.tudey.tools with parameters of type TudeyContext | |
|---|---|
ToolSceneView(TudeyContext ctx,
ToolSceneController ctrl)
Creates a new scene view. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||