Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Esempi in C# (CSharp) per ShipScript.DestroySelf
Linguaggio di programmazione:
C# (CSharp)
Classe/tipologia:
ShipScript
Metodo/funzione:
DestroySelf
Esempi su hotexamples.com:
1
ShipScript.DestroySelf in C# (CSharp): 1 esempio trovato
. Questo è il miglior esempio reale in C# (CSharp) per
ShipScript.DestroySelf
, estratto da progetti open source. Lo puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Metodi utilizzati di frequente
Mostra
Nascondi
ApplyDamage(5)
GetComponent(5)
GetIsLoading(4)
Die(2)
LaunchShipOnPath(2)
IncreaseEvasionChance(2)
AddConnection(1)
OnGameBoard(1)
RemoveConnection(1)
RestartGame(1)
RotateRight(1)
RotateLeft(1)
RotateShip(1)
RotateTurretsLeft(1)
RotateTurretsRight(1)
SetClickedTile(1)
SetConnectableObjects(1)
SetGuid(1)
IsValidShip(1)
GetOffsetVec(1)
GetShipRenderer(1)
GetRoadBorderCoordinates(1)
AddWeaponToList(1)
GetCellForSection(1)
GetAvg(1)
FlashColor(1)
DieWithExplosion(1)
DestroySelf(1)
Damage(1)
CustomDestroy(1)
ClearTileList(1)
ChangeWeapon(1)
ChangeSpeed(1)
ApplyFireDamage(1)
ApplyCollisionDamage(1)
SetMoveSpeed(1)
Metodi utilizzati di frequente
ApplyDamage (5)
GetComponent (5)
GetIsLoading (4)
Die (2)
LaunchShipOnPath (2)
IncreaseEvasionChance (2)
AddConnection (1)
OnGameBoard (1)
RemoveConnection (1)
RestartGame (1)
Metodi utilizzati di frequente
RotateRight (1)
RotateLeft (1)
RotateShip (1)
RotateTurretsLeft (1)
RotateTurretsRight (1)
SetClickedTile (1)
SetConnectableObjects (1)
SetGuid (1)
IsValidShip (1)
GetOffsetVec (1)
GetShipRenderer (1)
GetRoadBorderCoordinates (1)
AddWeaponToList (1)
GetCellForSection (1)
GetAvg (1)
FlashColor (1)
DieWithExplosion (1)
DestroySelf (1)
Damage (1)
CustomDestroy (1)
Metodi utilizzati di frequente
GetShipRenderer (1)
GetRoadBorderCoordinates (1)
AddWeaponToList (1)
GetCellForSection (1)
GetAvg (1)
FlashColor (1)
DieWithExplosion (1)
DestroySelf (1)
Damage (1)
CustomDestroy (1)
ClearTileList (1)
ChangeWeapon (1)
ChangeSpeed (1)
ApplyFireDamage (1)
ApplyCollisionDamage (1)
SetMoveSpeed (1)
Metodi utilizzati di frequente
ClearTileList (1)
ChangeWeapon (1)
ChangeSpeed (1)
ApplyFireDamage (1)
ApplyCollisionDamage (1)
SetMoveSpeed (1)
Esempio n. 1
0
Mostra file
public void DestroySelf() { ShipScr.DestroySelf(); gameObject.SetActive(false); }
x