Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NativeReference<T>.ReadOnly

A read-only alias for the value of a NativeReference. Does not have its own allocated storage.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Struct
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public struct NativeReference<T>.ReadOnly

Properties

Property

Description

ValueThe value aliased by this reference.