C# 클래스 SwordAttack, Fighting-Game-3d-Multiplayer-Unity3d

상속: MonoBehaviour
파일 보기 프로젝트 열기: Partha-Sarker/Fighting-Game-3d-Multiplayer-Unity3d 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
actionControl ActionControl
animator Animator
damage int
networkAnimator NetworkAnimator

비공개 메소드들

메소드 설명
DealDamage ( string id, bool isBlocked ) : void

프로퍼티 상세

actionControl 공개적으로 프로퍼티

public ActionControl actionControl
리턴 ActionControl

animator 공개적으로 프로퍼티

public Animator animator
리턴 Animator

damage 공개적으로 프로퍼티

public int damage
리턴 int

networkAnimator 공개적으로 프로퍼티

public NetworkAnimator networkAnimator
리턴 NetworkAnimator