docs.unity.cn
    Show / Hide Table of Contents

    Property Value

    Value

    The value, of type T to which the pointer refers.

    Declaration
    public readonly ref T Value { get; }
    Property Value
    Type Description
    T
    Remarks

    The property is a reference return.

    Exceptions
    Type Condition
    InvalidOperationException

    Thrown if the pointer does not reference a valid instance of a data type.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use