C# 클래스 ClawAttack, Castle-Bashers

상속: Skill
파일 보기 프로젝트 열기: DevelopersGuild/Castle-Bashers 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
claw1 ExtendBehaviour,

공개 메소드들

메소드 설명
ClawAttack ( ) : System
ClawAttack ( ExtendBehaviour, c1, ExtendBehaviour, c2, ExtendBehaviour, c3, ExtendBehaviour, c4 ) : System
UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void

보호된 메소드들

메소드 설명
Start ( ) : void

메소드 상세

ClawAttack() 공개 메소드

public ClawAttack ( ) : System
리턴 System

ClawAttack() 공개 메소드

public ClawAttack ( ExtendBehaviour, c1, ExtendBehaviour, c2, ExtendBehaviour, c3, ExtendBehaviour, c4 ) : System
c1 ExtendBehaviour,
c2 ExtendBehaviour,
c3 ExtendBehaviour,
c4 ExtendBehaviour,
리턴 System

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

UseSkill() 공개 메소드

public UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void
caller GameObject
target GameObject
optionalParameters System
리턴 void

프로퍼티 상세

claw1 공개적으로 프로퍼티

public ExtendBehaviour, claw1
리턴 ExtendBehaviour,