DFAStarNode class

路径节点

Constructors

DFAStarNode(int x, int y)
DFAStarNode.newNode(DFTilePosition position, DFAStarNode parent, int g, int h)

Properties

G int
getter/setter pair
H int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parent DFAStarNode?
getter/setter pair
position DFTilePosition?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(DFAStarNode other) int
排序比较
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited