Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) DeckModel.SelectCharacter Examples
Programming Language:
C# (CSharp)
Class/Type:
DeckModel
Method/Function:
SelectCharacter
Examples at hotexamples.com:
1
C# (CSharp) DeckModel.SelectCharacter - 1 examples found
. These are the top rated real world C# (CSharp) examples of
DeckModel.SelectCharacter
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GetFlagShip(23)
GetShips(20)
GetShip(9)
InsertSlide(8)
IsActionEnd(8)
GetShipCount(6)
IsValidMission(5)
AddSlideContent(3)
IsValidPractice(3)
IsValidMove(3)
__CreateShipExpRatesDictionary__(3)
GetShipFromMemId(2)
ConvertTo(2)
Patch(2)
Draw(2)
IsValidSortie(2)
GetCards(2)
InjectFrom(2)
HasBling(2)
PutOnTop(1)
ToString(1)
ToDeckTable(1)
Shuffle(1)
SetCharacter(1)
SelectCharacter(1)
Reset(1)
PatchBase(1)
PopulateDeck(1)
GetShipIndex(1)
DeleteSlide(1)
Discard(1)
GetSlideContent(1)
DrawMany(1)
DrawRandomCard(1)
InsertDeck(1)
Frequently Used Methods
GetFlagShip (23)
GetShips (20)
GetShip (9)
InsertSlide (8)
IsActionEnd (8)
GetShipCount (6)
IsValidMission (5)
AddSlideContent (3)
IsValidPractice (3)
IsValidMove (3)
Frequently Used Methods
__CreateShipExpRatesDictionary__ (3)
GetShipFromMemId (2)
ConvertTo (2)
Patch (2)
Draw (2)
IsValidSortie (2)
GetCards (2)
InjectFrom (2)
HasBling (2)
PutOnTop (1)
ToString (1)
ToDeckTable (1)
Shuffle (1)
SetCharacter (1)
SelectCharacter (1)
Reset (1)
PatchBase (1)
PopulateDeck (1)
GetShipIndex (1)
DeleteSlide (1)
Frequently Used Methods
ToString (1)
ToDeckTable (1)
Shuffle (1)
SetCharacter (1)
SelectCharacter (1)
Reset (1)
PatchBase (1)
PopulateDeck (1)
GetShipIndex (1)
DeleteSlide (1)
Discard (1)
GetSlideContent (1)
DrawMany (1)
DrawRandomCard (1)
InsertDeck (1)
Frequently Used Methods
Discard (1)
GetSlideContent (1)
DrawMany (1)
DrawRandomCard (1)
InsertDeck (1)
Example #1
0
Show file
File:
CharacterFacePanelPresenter.cs
Project:
pobo380/unity-gui-architecture-examples
// private methods private void SelectCharacter() { _model.SelectCharacter(_index); }
x