C# 클래스 Ensage.Common.Extensions.MeepoExtensions

파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 메소드들

메소드 설명
ChainEarthbind ( this meepos, Unit target ) : void

The chain earthbind.

IsIllusion ( this meepo ) : bool

The is illusion.

PoofAll ( this meepos, Vector3 position ) : void

The poof all.

PoofAllToThisMeepo ( this meepo ) : void

Poofs all other meepos to this ones position.

메소드 상세

ChainEarthbind() 공개 정적인 메소드

The chain earthbind.
public static ChainEarthbind ( this meepos, Unit target ) : void
meepos this /// The meepos. ///
target Unit /// The target. ///
리턴 void

IsIllusion() 공개 정적인 메소드

The is illusion.
public static IsIllusion ( this meepo ) : bool
meepo this /// The meepo. ///
리턴 bool

PoofAll() 공개 정적인 메소드

The poof all.
public static PoofAll ( this meepos, Vector3 position ) : void
meepos this /// The meepos. ///
position Vector3 /// The position. ///
리턴 void

PoofAllToThisMeepo() 공개 정적인 메소드

Poofs all other meepos to this ones position.
public static PoofAllToThisMeepo ( this meepo ) : void
meepo this /// The meepo. ///
리턴 void