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