C# 클래스 AIEditor.EditingLogic

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
ClearPath ( ) : void
CopyCurrentPositionedNodes ( ) : void
EditingLogic ( ) : System
SelectNode ( PositionedNode nodeToSelect ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
CreatingLinkUpdate ( ) : void
CursorControlOverObjects ( ) : void
CursorLogic ( Cursor cursor ) : void
GetLinkOver ( Link &linkOver, PositionedNode &linkOverParent ) : void
GetNodeOver ( ) : PositionedNode
GetObjectsOver ( ) : void
PerformCommandUIUpdate ( ) : void
PerformDraggingUpdate ( ) : void
PerformKeyboardShortcuts ( ) : void
SelectLink ( Link linkToSelect, PositionedNode linkParent ) : void
UpdateDistanceDisplay ( ) : void

메소드 상세

ClearPath() 공개 메소드

public ClearPath ( ) : void
리턴 void

CopyCurrentPositionedNodes() 공개 메소드

public CopyCurrentPositionedNodes ( ) : void
리턴 void

EditingLogic() 공개 메소드

public EditingLogic ( ) : System
리턴 System

SelectNode() 공개 메소드

public SelectNode ( PositionedNode nodeToSelect ) : void
nodeToSelect PositionedNode
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void