MapEditor.DrawWireBounds C# (CSharp) Méthode

DrawWireBounds() public static méthode

public static DrawWireBounds ( Vector3 center, Vector3 size, Color lineColor ) : void
center Vector3
size Vector3
lineColor Color
Résultat 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