Box2DX.Collision.PolygonShape.GetCoreVertices C# (CSharp) 메소드

GetCoreVertices() 공개 메소드

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[]
리턴 Box2DX.Common.Vec2[]
		public Vec2[] GetCoreVertices() { return _coreVertices; }