com.threerings.tudey.config
Class TargetConfig.Intersecting
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.TargetConfig
com.threerings.tudey.config.TargetConfig.Intersecting
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Enclosing class:
- TargetConfig
public static class TargetConfig.Intersecting
- extends TargetConfig
Refers to all actors intersecting the given region.
| Nested classes/interfaces inherited from class com.threerings.tudey.config.TargetConfig |
TargetConfig.Activator, TargetConfig.Behavior, TargetConfig.Compound, TargetConfig.Conditional, TargetConfig.DistanceSubset, TargetConfig.Excluding, TargetConfig.FarthestSubset, TargetConfig.InstanceOf, TargetConfig.Intersecting, TargetConfig.NearestSubset, TargetConfig.Randomized, TargetConfig.RandomSubset, TargetConfig.Source, TargetConfig.Subset, TargetConfig.Tagged |
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
|
Field Summary |
boolean |
actors
Whether or not to include intersecting actors. |
boolean |
entries
Whether or not to include intersecting scene entries. |
RegionConfig |
region
The region of interest. |
actors
@Editable(hgroup="a")
public boolean actors
- Whether or not to include intersecting actors.
entries
@Editable(hgroup="a")
public boolean entries
- Whether or not to include intersecting scene entries.
region
@Editable
public RegionConfig region
- The region of interest.
TargetConfig.Intersecting
public TargetConfig.Intersecting()
getLogicClassName
public String getLogicClassName()
- Description copied from class:
TargetConfig
- Returns the name of the server-side logic class for this target.
- Specified by:
getLogicClassName in class TargetConfig
invalidate
public void invalidate()
- Description copied from class:
TargetConfig
- Invalidates any cached data.
- Overrides:
invalidate in class TargetConfig
Copyright © 2011. All Rights Reserved.