com.threerings.tudey.config
Class RegionConfig.Default

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.RegionConfig
          extended by com.threerings.tudey.config.RegionConfig.Located
              extended by com.threerings.tudey.config.RegionConfig.Default
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Enclosing class:
RegionConfig

public static class RegionConfig.Default
extends RegionConfig.Located

A potentially expanded or contracted version of the source shape.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.RegionConfig
RegionConfig.Default, RegionConfig.Fixed, RegionConfig.Located, RegionConfig.Transformed
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Field Summary
 float expansion
          The amount to expand the intersection shape.
 
Fields inherited from class com.threerings.tudey.config.RegionConfig.Located
location
 
Constructor Summary
RegionConfig.Default()
           
 
Method Summary
 String getLogicClassName()
          Returns the name of the server-side logic class for this region.
 
Methods inherited from class com.threerings.tudey.config.RegionConfig.Located
invalidate
 
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

expansion

@Editable(step=0.01)
public float expansion
The amount to expand the intersection shape.

Constructor Detail

RegionConfig.Default

public RegionConfig.Default()
Method Detail

getLogicClassName

public String getLogicClassName()
Description copied from class: RegionConfig
Returns the name of the server-side logic class for this region.

Specified by:
getLogicClassName in class RegionConfig


Copyright © 2011. All Rights Reserved.