Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Grids
PointList(TPoint) Class
PointList(TPoint) Methods
IEnumerable.GetEnumerator Method
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
LastIndexOf Method
Remove Method
RemoveAll Method
RemoveAllBut Method
RemoveAt Method
PointList
TPoint
RemoveAllBut Method
Removes all the elements in the list that does not satisfy the predicate.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
void
RemoveAllBut
(
Predicate
<TPoint>
match
)
Parameters
match
Type:
System
Predicate
TPoint
See Also
Reference
PointList
TPoint
Class
Gamelogic.Grids Namespace