docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method DrawLineStitched

    DrawLineStitched(float, List<ushort>, List<Vertex>, Vector2, Vector2, float, Color)

    Draws the line stitched.

    Declaration
    public static void DrawLineStitched(float t, List<ushort> indices, List<Vertex> vertices, Vector2 pointA, Vector2 pointB, float thickness, Color color)
    Parameters
    Type Name Description
    float t

    The delta precision.

    List<ushort> indices

    The indices.

    List<Vertex> vertices

    The vertices.

    Vector2 pointA

    The first point.

    Vector2 pointB

    The second point.

    float thickness

    The thickness.

    Color color

    The color.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)