|
|||||||||
| 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.ActionConfig
com.threerings.tudey.config.ActionConfig.SpawnActor
com.threerings.tudey.config.ActionConfig.SpawnRandomTranslatedActor
public static class ActionConfig.SpawnRandomTranslatedActor
Spawns a number of actors randomly translated from the location.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
Streamable.Closure |
| Field Summary | |
|---|---|
int |
collisionMask
The collision mask to use. |
TargetConfig |
collisionSource
The source collision location. |
int |
count
The number of actors to spawn. |
int |
steps
The number of steps to take. |
float |
stepSize
The translation step. |
| Fields inherited from class com.threerings.tudey.config.ActionConfig.SpawnActor |
|---|
actor, location |
| Constructor Summary | |
|---|---|
ActionConfig.SpawnRandomTranslatedActor()
|
|
| Method Summary | |
|---|---|
String |
getLogicClassName()
Returns the name of the server-side logic class for this action. |
void |
invalidate()
Invalidates any cached data. |
| Methods inherited from class com.threerings.tudey.config.ActionConfig.SpawnActor |
|---|
getOriginal, getPreloads |
| Methods inherited from class com.threerings.tudey.config.ActionConfig |
|---|
getSubActions |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable @Strippable public int count
@Editable(min=0.01,
step=0.01,
hgroup="s")
@Strippable
public float stepSize
@Editable(hgroup="s") @Strippable public int steps
@Editable(editor="mask",
mode="collision",
hgroup="c")
@Strippable
public int collisionMask
@Editable(hgroup="c") @Strippable public TargetConfig collisionSource
| Constructor Detail |
|---|
public ActionConfig.SpawnRandomTranslatedActor()
| Method Detail |
|---|
public String getLogicClassName()
ActionConfig
getLogicClassName in class ActionConfig.SpawnActorpublic void invalidate()
ActionConfig
invalidate in class ActionConfig.SpawnActor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||