C# 클래스 Godot.IcsEditor.Ui.ViewModel.AllUnitTypesViewModel

상속: WorkspaceViewModel
파일 보기 프로젝트 열기: Slesa/Playground

공개 메소드들

메소드 설명
AllUnitTypesViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.Generic

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

메소드 설명
CreateAllUnitTypes ( ) : void
EditUnitType ( ) : void
NewUnitType ( ) : void
OnUnitTypeChanged ( UnitType unitType ) : void
PrintUnitTypes ( ) : void
RemoveUnitType ( ) : void

메소드 상세

AllUnitTypesViewModel() 공개 메소드

public AllUnitTypesViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System.Collections.Generic
dbConversation IDbConversation
eventAggregator IEventAggregator
리턴 System.Collections.Generic

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void