docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CreatePlane

    CreatePlane(double, double, int, int, bool)

    Create a new plane

    Declaration
    public uint CreatePlane(double sizeY, double sizeX, int subdivisionX = 1, int subdivisionY = 1, bool generateUV = true)
    Parameters
    Type Name Description
    double sizeY

    Size of the Plane on the y axis

    double sizeX

    Size of the Plane on the x axis

    int subdivisionX

    Subdivision of the Plane on the x axis

    int subdivisionY

    Subdivision of the Plane on the y axis

    bool generateUV

    Generation of the UV

    Returns
    Type Description
    uint
    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)