C# Class SwordAttack, Fighting-Game-3d-Multiplayer-Unity3d

Inheritance: MonoBehaviour
ファイルを表示 Open project: Partha-Sarker/Fighting-Game-3d-Multiplayer-Unity3d Class Usage Examples

Public Properties

Property Type Description
actionControl ActionControl
animator Animator
damage int
networkAnimator NetworkAnimator

Private Methods

Method Description
DealDamage ( string id, bool isBlocked ) : void

Property Details

actionControl public_oe property

public ActionControl actionControl
return ActionControl

animator public_oe property

public Animator animator
return Animator

damage public_oe property

public int damage
return int

networkAnimator public_oe property

public NetworkAnimator networkAnimator
return NetworkAnimator