CollisionGrid2d.FromPolys Method
Public Shared Function FromPolys( _
ByVal polys As IEnumerable(Of Poly2d) _
) As CollisionGrid2d
This language is not supported or no code example is available.
public static CollisionGrid2d FromPolys(
IEnumerable<Poly2d> polys
)
This language is not supported or no code example is available.
public:
static CollisionGrid2d^ FromPolys(
IEnumerable<Poly2d^>^ polys
)
This language is not supported or no code example is available.
Parameters
- polys
- IEnumerable<Poly2d>