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) Game Actor.ApplyDamage Examples
Programming Language:
C# (CSharp)
Namespace/Package Name:
Game
Class/Type:
Actor
Method/Function:
ApplyDamage
Examples at hotexamples.com:
1
C# (CSharp) Game Actor.ApplyDamage - 1 examples found
. These are the top rated real world C# (CSharp) examples of
Game.Actor.ApplyDamage
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
SetTransform(13)
As(9)
GetTransform(6)
GetChild(5)
GetWorldVertices(5)
SetVelocity(4)
AddCallbackInFrames(3)
GotHit(3)
GetMass(3)
GetCentroid(3)
Move(2)
GetScript(2)
Stun(2)
GetVelocity(2)
FindActor(1)
AddScript(1)
LookAt(1)
OnKeyPress(1)
GetType(1)
SetBodyType(1)
Do(1)
ApplyDamage(1)
Set_Direction(1)
Set_Pos(1)
Set_Shape(1)
Set_Speed(1)
Set_Sprite(1)
OnKeyRelease(1)
Frequently Used Methods
SetTransform (13)
As (9)
GetTransform (6)
GetChild (5)
GetWorldVertices (5)
SetVelocity (4)
AddCallbackInFrames (3)
GotHit (3)
GetMass (3)
GetCentroid (3)
Frequently Used Methods
Move (2)
GetScript (2)
Stun (2)
GetVelocity (2)
FindActor (1)
AddScript (1)
LookAt (1)
OnKeyPress (1)
GetType (1)
SetBodyType (1)
Do (1)
ApplyDamage (1)
Set_Direction (1)
Set_Pos (1)
Set_Shape (1)
Set_Speed (1)
Set_Sprite (1)
OnKeyRelease (1)
Frequently Used Methods
Do (1)
ApplyDamage (1)
Set_Direction (1)
Set_Pos (1)
Set_Shape (1)
Set_Speed (1)
Set_Sprite (1)
OnKeyRelease (1)
Example #1
0
Show file
public void OnImpact(Actor impacted) { impacted.ApplyDamage(50, this); }
x