Package zombie.debug.options
Class Terrain.RenderTiles.IsoGridSquare.Walls
java.lang.Object
zombie.debug.options.OptionGroup
zombie.debug.options.Terrain.RenderTiles.IsoGridSquare.Walls
- All Implemented Interfaces:
IDebugOption
,IDebugOptionGroup
- Enclosing class:
- Terrain.RenderTiles.IsoGridSquare
public final class Terrain.RenderTiles.IsoGridSquare.Walls extends OptionGroup
-
Field Summary
Fields Modifier and Type Field Description BooleanDebugOption
AttachedSprites
BooleanDebugOption
Lighting
BooleanDebugOption
LightingDebug
BooleanDebugOption
LightingOldDebug
BooleanDebugOption
N
BooleanDebugOption
NW
BooleanDebugOption
Render
BooleanDebugOption
W
Fields inherited from class zombie.debug.options.OptionGroup
Group
-
Constructor Summary
Constructors Constructor Description Walls(IDebugOptionGroup iDebugOptionGroup)
-
Method Summary
Methods inherited from class zombie.debug.options.OptionGroup
addChild, getChildren, getName, getParent, newDebugOnlyOption, newDebugOnlyOption, newOption, newOption, onChildAdded, onDescendantAdded, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NW
-
W
-
N
-
Render
-
Lighting
-
LightingDebug
-
LightingOldDebug
-
AttachedSprites
-
-
Constructor Details
-
Walls
-