FarseerPhysics.DebugViewBase.DrawTransform C# (CSharp) Method

DrawTransform() public abstract method

Draw a transform. Choose your own length scale.
public abstract DrawTransform ( Transform &transform ) : void
transform Transform The transform.
return void
        public abstract void DrawTransform(ref Transform transform);