Namespace: CreepyTowers.EnemyAssembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
public List<Vector2D> Path { get; set; }
public List<Vector2D> Path { get; set; }
Public Property Path As List(Of Vector2D)
Get
Set
Public Property Path As List(Of Vector2D)
Get
Set
public:
property List<Vector2D>^ Path {
List<Vector2D>^ get ();
void set (List<Vector2D>^ value);
}
public:
property List<Vector2D>^ Path {
List<Vector2D>^ get ();
void set (List<Vector2D>^ value);
}
member Path : List<Vector2D> with get, set
member Path : List<Vector2D> with get, set
Property Value
Type:
List Vector2D