docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct NativeReference<T>.ReadOnly

    A read-only alias for the value of a NativeReference. Does not have its own allocated storage.

    Namespace: Unity.Collections
    Assembly: Unity.Collections.dll
    Syntax
    [NativeContainer]
    [NativeContainerIsReadOnly]
    public struct NativeReference<T>.ReadOnly

    Properties

    Value

    The value aliased by this reference.

    Declaration
    public T Value { get; }
    Property Value
    Type Description
    T

    The value aliased by the reference.

    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)