Box2DX.Collision.PolygonShape.GetCoreVertices C# (CSharp) Méthode

GetCoreVertices() public méthode

Get the core vertices in local coordinates. These vertices represent a smaller polygon that is used for time of impact computations.
public GetCoreVertices ( ) : Box2DX.Common.Vec2[]
Résultat Box2DX.Common.Vec2[]
		public Vec2[] GetCoreVertices() { return _coreVertices; }