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) IPiece.Configure Examples
Programming Language:
C# (CSharp)
Class/Type:
IPiece
Method/Function:
Configure
Examples at hotexamples.com:
1
C# (CSharp) IPiece.Configure - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IPiece.Configure
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GetType(11)
Clone(11)
GetCellAbsolutePosition(10)
GetAbsoluteBoundingRectangle(6)
CopyFrom(6)
GetColorType(3)
CastMoves(3)
CanMoveTo(3)
CanMove(3)
CopyTo(2)
GetColor(2)
GenerateCaptures(2)
GenerateMoves(2)
ForceSquare(2)
HasMoved(1)
GetMoveTo(1)
GetK(1)
GetAvailableAttacks(1)
ImageFile(1)
Init(1)
IsAllowedCapture(1)
GetAvailablePositions(1)
GetAvailableMoves(1)
AddThreat(1)
GetAllowedMoves(1)
AddToBoard(1)
FindAllPossibleLegalMoveDestinations(1)
Déplacer(1)
Dispose(1)
Configure(1)
CaptureFromBoard(1)
Capture(1)
CancelMove(1)
CanTakePiece(1)
CanLittuaWithoutJudge(1)
CanCaptureAt(1)
Attack(1)
IsAllowedMove(1)
Frequently Used Methods
GetType (11)
Clone (11)
GetCellAbsolutePosition (10)
GetAbsoluteBoundingRectangle (6)
CopyFrom (6)
GetColorType (3)
CastMoves (3)
CanMoveTo (3)
CanMove (3)
CopyTo (2)
Frequently Used Methods
GetColor (2)
GenerateCaptures (2)
GenerateMoves (2)
ForceSquare (2)
HasMoved (1)
GetMoveTo (1)
GetK (1)
GetAvailableAttacks (1)
ImageFile (1)
Init (1)
IsAllowedCapture (1)
GetAvailablePositions (1)
GetAvailableMoves (1)
AddThreat (1)
GetAllowedMoves (1)
AddToBoard (1)
FindAllPossibleLegalMoveDestinations (1)
Déplacer (1)
Dispose (1)
Configure (1)
Frequently Used Methods
IsAllowedCapture (1)
GetAvailablePositions (1)
GetAvailableMoves (1)
AddThreat (1)
GetAllowedMoves (1)
AddToBoard (1)
FindAllPossibleLegalMoveDestinations (1)
Déplacer (1)
Dispose (1)
Configure (1)
CaptureFromBoard (1)
Capture (1)
CancelMove (1)
CanTakePiece (1)
CanLittuaWithoutJudge (1)
CanCaptureAt (1)
Attack (1)
IsAllowedMove (1)
Frequently Used Methods
CaptureFromBoard (1)
Capture (1)
CancelMove (1)
CanTakePiece (1)
CanLittuaWithoutJudge (1)
CanCaptureAt (1)
Attack (1)
IsAllowedMove (1)
Example #1
0
Show file
File:
Root.cs
Project:
MrManwe/epona_unity
public override void Craft(T2 i_data) { m_piece.Configure(i_data); }
x