FixedList64Bytes
Initializes and returns an instance of FixedList64Bytes with content copied from another list.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Constructor
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
FixedList64Bytes(FixedList32Bytes<T>)
Initializes and returns an instance of FixedList64Bytes with content copied from another list.
public FixedList64Bytes(in FixedList32Bytes<T> other)
Parameters
The list to copy.
FixedList64Bytes(FixedList128Bytes<T>)
Initializes and returns an instance of FixedList64Bytes with content copied from another list.
public FixedList64Bytes(in FixedList128Bytes<T> other)
Parameters
The list to copy.
FixedList64Bytes(FixedList512Bytes<T>)
Initializes and returns an instance of FixedList64Bytes with content copied from another list.
public FixedList64Bytes(in FixedList512Bytes<T> other)
Parameters
The list to copy.
FixedList64Bytes(FixedList4096Bytes<T>)
Initializes and returns an instance of FixedList64Bytes with content copied from another list.
public FixedList64Bytes(in FixedList4096Bytes<T> other)
Parameters
The list to copy.