TryInstantiateArray<TArray>(int, out TArray)
Tries to create a new instance of an array with the given count.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
TryInstantiateArray<T>(int, T)
public static bool TryInstantiateArray<TArray>(int count, out TArray instance)
Parameters
The count the array should have.
Returns
Type | Description |
|---|---|
| bool | |