Box2D.Dynamics.Fixture.Dump C# (CSharp) Method

Dump() public method

Dump this fixture to the log file.
public Dump ( int bodyIndex ) : void
bodyIndex int
return void
        public void Dump(int bodyIndex)
        {
        }