C# 클래스 Server.Network.MovingParticleEffect

상속: ParticleEffect
파일 보기 프로젝트 열기: brodock/runuo 1 사용 예제들

공개 메소드들

메소드 설명
MovingParticleEffect ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes, int hue, int renderMode, int effect, int explodeEffect, int explodeSound, EffectLayer layer, int unknown ) : System

메소드 상세

MovingParticleEffect() 공개 메소드

public MovingParticleEffect ( IEntity from, IEntity to, int itemID, int speed, int duration, bool fixedDirection, bool explodes, int hue, int renderMode, int effect, int explodeEffect, int explodeSound, EffectLayer layer, int unknown ) : System
from IEntity
to IEntity
itemID int
speed int
duration int
fixedDirection bool
explodes bool
hue int
renderMode int
effect int
explodeEffect int
explodeSound int
layer EffectLayer
unknown int
리턴 System