Namespace: DeltaEngine.GameLogicAssembly: DeltaEngine.GameLogic (in DeltaEngine.GameLogic.dll) Version: 1.1.1.0 (1.1.1)
public List<Vector2D> SpawnPoints { get; }
public List<Vector2D> SpawnPoints { get; }
Public ReadOnly Property SpawnPoints As List(Of Vector2D)
Get
Public ReadOnly Property SpawnPoints As List(Of Vector2D)
Get
public:
property List<Vector2D>^ SpawnPoints {
List<Vector2D>^ get ();
}
public:
property List<Vector2D>^ SpawnPoints {
List<Vector2D>^ get ();
}
member SpawnPoints : List<Vector2D> with get
member SpawnPoints : List<Vector2D> with get
Property Value
Type:
List Vector2D