Box2DX.Collision.EdgeShape.TestPoint C# (CSharp) Méthode

TestPoint() public méthode

public TestPoint ( Box2DX.Common.Transform xf, System.Vector2 p ) : bool
xf Box2DX.Common.Transform
p System.Vector2
Résultat bool
        public override bool TestPoint(Transform xf, Vector2 p)
        {
            return false;
        }