docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method FetchBakedVertex

    FetchBakedVertex(uint, uint, uint)

    Returns information about a baked vertex (occurrence, polygon ID, parametric coordinates, material ID). Must be called inside a (begin/end)BakingSession block.

    Declaration
    [HandleProcessCorruptedStateExceptions]
    public BakedValue FetchBakedVertex(uint sessionId, uint n, uint dstId = 0)
    Parameters
    Type Name Description
    uint sessionId

    Baking session Id

    uint n

    ID of the vertex to check

    uint dstId

    Id of the destination occurrence the vertex belongs to, if several are provided

    Returns
    Type Description
    BakedValue
    In This Article
    Back to top
    Copyright © 2025 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)