C# 클래스 Ensage.Common.Objects.JungleCamp

파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common 1 사용 예제들

공개 메소드들

메소드 설명
JungleCamp ( ) : SharpDX

Initializes a new instance of the JungleCamp class.

JungleCamp ( Vector3 campPosition, Vector3 stackPosition, Vector3 waitPosition, Team team, uint id, double stackTime, bool ancients, string name ) : SharpDX

Initializes a new instance of the JungleCamp class.

메소드 상세

JungleCamp() 공개 메소드

Initializes a new instance of the JungleCamp class.
public JungleCamp ( ) : SharpDX
리턴 SharpDX

JungleCamp() 공개 메소드

Initializes a new instance of the JungleCamp class.
public JungleCamp ( Vector3 campPosition, Vector3 stackPosition, Vector3 waitPosition, Team team, uint id, double stackTime, bool ancients, string name ) : SharpDX
campPosition Vector3 /// The camp position. ///
stackPosition Vector3 /// The stack position. ///
waitPosition Vector3 /// The wait position. ///
team Team /// The team. ///
id uint /// The id. ///
stackTime double /// The stack time. ///
ancients bool /// The ancients. ///
name string /// The name. ///
리턴 SharpDX