MapEditor.DrawWireBounds C# (CSharp) Method

DrawWireBounds() public static method

public static DrawWireBounds ( Vector3 center, Vector3 size, Color lineColor ) : void
center Vector3
size Vector3
lineColor Color
return void
    public static void DrawWireBounds(Vector3 center, Vector3 size, Color lineColor)
    {
        DrawWireBounds(center, size, lineColor, Neighbors.All);
    }

Same methods

MapEditor::DrawWireBounds ( Vector3 center, Vector3 size, Color lineColor, Neighbors, sides ) : void