|
||||||||||
| 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.StepLimitMobile
@Strippable public static class ActionConfig.StepLimitMobile
Sets a step limiter on mobile.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
com.threerings.io.Streamable.Closure |
| Field Summary | |
|---|---|
float |
maxDirection
The maximum direction. |
float |
minDirection
The minimum direction. |
boolean |
remove
If we're setting or removing the limit. |
TargetConfig |
target
The mobile to step limit. |
| Constructor Summary | |
|---|---|
ActionConfig.StepLimitMobile()
|
|
| 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 |
|---|
getPreloads, getSubActions |
| 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 boolean remove
@Editable(min=-180.0,
max=180.0,
scale=0.017453292519943295,
hgroup="m")
public float minDirection
@Editable(min=-180.0,
max=180.0,
scale=0.017453292519943295,
hgroup="m")
public float maxDirection
@Editable public TargetConfig target
| Constructor Detail |
|---|
public ActionConfig.StepLimitMobile()
| Method Detail |
|---|
public String getLogicClassName()
ActionConfig
getLogicClassName in class ActionConfigpublic void invalidate()
ActionConfig
invalidate in class ActionConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||