C# 클래스 MultiShot, Castle-Bashers

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

공개 프로퍼티들

프로퍼티 타입 설명
numArrows int
spreadSize int

공개 메소드들

메소드 설명
UseSkill ( GameObject caller, GameObject target = null, System optionalParameters = null ) : void

보호된 메소드들

메소드 설명
Start ( ) : void

메소드 상세

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

UseSkill() 공개 메소드

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

프로퍼티 상세

numArrows 공개적으로 프로퍼티

public int numArrows
리턴 int

spreadSize 공개적으로 프로퍼티

public int spreadSize
리턴 int