C# Class Grabacr07.KanColleWrapper.Models.Fleet

複数の艦娘によって編成される、単一の常設艦隊を表します。
Inheritance: DisposableNotifier, IIdentifiable
Show file Open project: KCV-Localisation/KanColleViewer Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
Change ( int index, Ship ship ) : Ship

艦隊の編成を変更します。

Fleet ( Homeport parent, kcsapi_deck rawData ) : System
Homing ( ) : void
Sortie ( ) : void
Unset ( int index ) : void

指定したインデックスの艦を艦隊から外します。

UnsetAll ( ) : void

旗艦以外のすべての艦を艦隊から外します。

Update ( kcsapi_deck rawData ) : void

指定した kcsapi_deck を使用して艦隊の情報をすべて更新します。

UpdateShips ( Ship ships ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string