메소드 | 설명 | |
---|---|---|
GetAllWallCorners ( ) : IList | ||
GetAllWalls ( ) : IList | ||
GetInstance ( ) : |
||
GetWallBy ( WallMatchDelegate match ) : Wall | ||
GetWallCornerBy ( CornerMatchDelegate match ) : Corner | ||
GetWallCornerByID ( uint id ) : Corner | ||
GetWallCornersBy ( CornerMatchDelegate match ) : List |
||
GetWallsBy ( WallMatchDelegate match ) : List |
||
LoadFromDatabase ( ) : void | ||
ReplaceWall ( Wall oldWall, Wall newWall ) : void | ||
ReplaceWallCorner ( Corner oldCorner, Corner newCorner ) : void |
메소드 | 설명 | |
---|---|---|
EventCornerChanged ( object sender, |
||
EventCornerCollectionChanged ( object sender, |
||
EventWallChanged ( object sender, |
||
EventWallCollectionChanged ( object sender, |
||
WallHandler ( ) : System |
public GetWallBy ( WallMatchDelegate match ) : Wall | ||
match | WallMatchDelegate | |
리턴 | Wall |
public GetWallCornerBy ( CornerMatchDelegate match ) : Corner | ||
match | CornerMatchDelegate | |
리턴 | Corner |
public GetWallCornersBy ( CornerMatchDelegate match ) : List |
||
match | CornerMatchDelegate | |
리턴 | List |
public GetWallsBy ( WallMatchDelegate match ) : List |
||
match | WallMatchDelegate | |
리턴 | List |
public ReplaceWall ( Wall oldWall, Wall newWall ) : void | ||
oldWall | Wall | |
newWall | Wall | |
리턴 | void |
public ReplaceWallCorner ( Corner oldCorner, Corner newCorner ) : void | ||
oldCorner | Corner | |
newCorner | Corner | |
리턴 | void |