C# 클래스 SkillActivation, SRPGCK

파일 보기 프로젝트 열기: JoeOsborn/SRPGCK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
applied bool
delay float
skill SkillDef,
start Vector3?
targets List

공개 메소드들

메소드 설명
Apply ( ) : void
SkillActivation ( SkillDef, s, Vector3 st, List targs, float d ) : System.Collections.Generic

메소드 상세

Apply() 공개 메소드

public Apply ( ) : void
리턴 void

SkillActivation() 공개 메소드

public SkillActivation ( SkillDef, s, Vector3 st, List targs, float d ) : System.Collections.Generic
s SkillDef,
st Vector3
targs List
d float
리턴 System.Collections.Generic

프로퍼티 상세

applied 공개적으로 프로퍼티

public bool applied
리턴 bool

delay 공개적으로 프로퍼티

public float delay
리턴 float

skill 공개적으로 프로퍼티

public SkillDef, skill
리턴 SkillDef,

start 공개적으로 프로퍼티

public Vector3? start
리턴 Vector3?

targets 공개적으로 프로퍼티

public List targets
리턴 List