메소드 | 설명 | |
---|---|---|
CreateGraph ( int width, int height, IPassability passability ) : TilingEdgeInfo>.Graph |
||
GetNodeByPos ( TilingEdgeInfo>.Graph |
||
GetNodeIdFromPos ( int left, int top, int width ) : int |
메소드 | 설명 | |
---|---|---|
AddEdge ( TilingEdgeInfo>.Graph |
||
CreateEdges ( TilingEdgeInfo>.Graph |
||
CreateNodes ( int width, int height, TilingEdgeInfo>.Graph |
public static CreateGraph ( int width, int height, IPassability passability ) : TilingEdgeInfo>.Graph |
||
width | int | |
height | int | |
passability | IPassability | |
리턴 | TilingEdgeInfo>.Graph |
public static GetNodeByPos ( TilingEdgeInfo>.Graph |
||
graph | TilingEdgeInfo>.Graph | |
x | int | |
y | int | |
width | int | |
리턴 | TilingEdgeInfo>.Node.Graph |
public static GetNodeIdFromPos ( int left, int top, int width ) : int | ||
left | int | |
top | int | |
width | int | |
리턴 | int |