Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
C# (CSharp) BattleUnit.GetHit 예제들
프로그래밍 언어:
C# (CSharp)
클래스/타입:
BattleUnit
메소드/함수:
GetHit
hotexamples.com에서의 예제들:
1
C# (CSharp) BattleUnit.GetHit - 1개의 예제가 발견되었습니다
. 이것들은 오픈소스 프로젝트에서 추출된 C# (CSharp)의
BattleUnit.GetHit
에 대한 실세계 최고 등급의 예제들입니다. 예제들을 평가하여 예제의 품질 향상에 도움을 줄 수 있습니다.
자주 사용되는 메소드들
보기
숨기기
Get2DPosition(9)
Clear(6)
AddSkillEffect(6)
Get(5)
GetHP(4)
GetComponent(4)
GetDirection(4)
GetLeague(4)
FaintAnim(3)
Die(3)
GetComponentInChildren(3)
GetMaxHP(3)
ActionStartRoutine(2)
Get2DForward(2)
FaceTheEnemy(2)
GetCom(2)
GetAbility(2)
Damage(2)
ActionEndRoutine(2)
CombineAnimname(2)
ApplyRandEvent(2)
AddEffect(2)
CastAbility(2)
GetLevel(2)
BattleFaintAnimation(2)
GetFaceRotation(1)
GetMaterialResourceID(1)
GetMainWeaponID(1)
GetBonePositionByName(1)
GetCastType(1)
GetHomePosition(1)
GetID(1)
GetAttackRange(1)
GetHitMaterialEffectCdContainer(1)
GetHitAnim(1)
GetDeadSound(1)
GetHit(1)
GetDeathAnimation(1)
GetAttributeData(1)
FaintAnimation(1)
GetAll(1)
CheckSkillCost(1)
AddActiveFlag(1)
AddCom(1)
AddMaterialBehaviour(1)
AlterStatus(1)
Attack(1)
AttackAnim(1)
AttackAnimation(1)
BattleAttackAnimation(1)
자주 사용되는 메소드들
Get2DPosition (9)
Clear (6)
AddSkillEffect (6)
Get (5)
GetHP (4)
GetComponent (4)
GetDirection (4)
GetLeague (4)
FaintAnim (3)
Die (3)
자주 사용되는 메소드들
GetComponentInChildren (3)
GetMaxHP (3)
ActionStartRoutine (2)
Get2DForward (2)
FaceTheEnemy (2)
GetCom (2)
GetAbility (2)
Damage (2)
ActionEndRoutine (2)
CombineAnimname (2)
ApplyRandEvent (2)
AddEffect (2)
CastAbility (2)
GetLevel (2)
BattleFaintAnimation (2)
GetFaceRotation (1)
GetMaterialResourceID (1)
GetMainWeaponID (1)
GetBonePositionByName (1)
GetCastType (1)
자주 사용되는 메소드들
ApplyRandEvent (2)
AddEffect (2)
CastAbility (2)
GetLevel (2)
BattleFaintAnimation (2)
GetFaceRotation (1)
GetMaterialResourceID (1)
GetMainWeaponID (1)
GetBonePositionByName (1)
GetCastType (1)
GetHomePosition (1)
GetID (1)
GetAttackRange (1)
GetHitMaterialEffectCdContainer (1)
GetHitAnim (1)
GetDeadSound (1)
GetHit (1)
GetDeathAnimation (1)
GetAttributeData (1)
FaintAnimation (1)
GetAll (1)
CheckSkillCost (1)
AddActiveFlag (1)
AddCom (1)
AddMaterialBehaviour (1)
AlterStatus (1)
Attack (1)
AttackAnim (1)
AttackAnimation (1)
BattleAttackAnimation (1)
자주 사용되는 메소드들
GetHomePosition (1)
GetID (1)
GetAttackRange (1)
GetHitMaterialEffectCdContainer (1)
GetHitAnim (1)
GetDeadSound (1)
GetHit (1)
GetDeathAnimation (1)
GetAttributeData (1)
FaintAnimation (1)
GetAll (1)
CheckSkillCost (1)
AddActiveFlag (1)
AddCom (1)
AddMaterialBehaviour (1)
AlterStatus (1)
Attack (1)
AttackAnim (1)
AttackAnimation (1)
BattleAttackAnimation (1)
BattleHitAmination (1)
ClosestUnit (1)
GetAlias (1)
Configure (1)
CostWeaponBullet (1)
Create (1)
DamageMp (1)
DeselectUnit (1)
Deserialize (1)
EmpowerOK (1)
FindNodesWithinDistance (1)
FlyIntoaRage (1)
GetMoveSpeed (1)
예제 #1
0
파일 보기
파일:
BattleUnit.cs
프로젝트:
PakonAges/Idle-Bounty-UI
void Strike() { mTarget.GetHit(Damage * mCurrentSquadSize); mCurrentAttackCD = 0; }
x