docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Property this

    this[int]

    1D write access at a specified index. Use AddList if possible instead.

    Declaration
    public float this[int index] { set; }
    Parameters
    Type Name Description
    int index

    Index to write to.

    Property Value
    Type Description
    float

    this[int, int]

    Declaration
    public float this[int ch, int w] { set; }
    Parameters
    Type Name Description
    int ch
    int w
    Property Value
    Type Description
    float

    this[int, int, int]

    3D write access at the specified height, width, and channel.

    Declaration
    public float this[int ch, int h, int w] { set; }
    Parameters
    Type Name Description
    int ch
    int h
    int w
    Property Value
    Type Description
    float
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023