C# Class Sanguosha.UI.Controls.RoomViewModel

Inheritance: ViewModelBase
Datei anzeigen Open project: RagingBigFemaleBird/sgs Class Usage Examples

Public Methods

Method Description
AddSeat ( SeatViewModel seat, bool addToLeft = null ) : void
ChangeSeat ( int seatId ) : void
ClearSeats ( ) : void
RemoveSeat ( SeatViewModel seat ) : void
RoomViewModel ( ) : System

Method Details

AddSeat() public method

public AddSeat ( SeatViewModel seat, bool addToLeft = null ) : void
seat SeatViewModel
addToLeft bool
return void

ChangeSeat() public method

public ChangeSeat ( int seatId ) : void
seatId int
return void

ClearSeats() public method

public ClearSeats ( ) : void
return void

RemoveSeat() public method

public RemoveSeat ( SeatViewModel seat ) : void
seat SeatViewModel
return void

RoomViewModel() public method

public RoomViewModel ( ) : System
return System