| Package | com.godpaper.as3.model.vos |
| Class | public class ZobristKeyVO |
| Inheritance | ZobristKeyVO Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| color : Array2 | ZobristKeyVO | ||
| position : Array2 | ZobristKeyVO | ||
| type : Array2 | ZobristKeyVO | ||
| Method | Defined By | ||
|---|---|---|---|
| ZobristKeyVO | |||
dump():String
Prints out all elements (for debug/demo purposes). | ZobristKeyVO | ||
| color | property |
public var color:Array2| position | property |
public var position:Array2| type | property |
public var type:Array2| ZobristKeyVO | () | Constructor |
public function ZobristKeyVO()| dump | () | method |
public function dump():StringPrints out all elements (for debug/demo purposes).
ReturnsString — A human-readable representation of the structure.
|