Метод | Описание | |
---|---|---|
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.
|
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 |