C# 클래스 SpellProp_Fireball, UnderworldExporter

상속: SpellProp
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
caster GameObject

보호된 프로퍼티들

프로퍼티 타입 설명
SecondaryEndFrame int
SecondaryStartFrame int
splashDamage int
splashDistance float

공개 메소드들

메소드 설명
init ( int effectId, GameObject SpellCaster ) : void
onImpact ( Transform tf ) : void

메소드 상세

init() 공개 메소드

public init ( int effectId, GameObject SpellCaster ) : void
effectId int
SpellCaster GameObject
리턴 void

onImpact() 공개 메소드

public onImpact ( Transform tf ) : void
tf Transform
리턴 void

프로퍼티 상세

SecondaryEndFrame 보호되어 있는 프로퍼티

protected int SecondaryEndFrame
리턴 int

SecondaryStartFrame 보호되어 있는 프로퍼티

protected int SecondaryStartFrame
리턴 int

caster 공개적으로 프로퍼티

public GameObject caster
리턴 GameObject

splashDamage 보호되어 있는 프로퍼티

protected int splashDamage
리턴 int

splashDistance 보호되어 있는 프로퍼티

protected float splashDistance
리턴 float