Method group is Obsolete
Experimental: this API is experimental and might be changed or removed in the future.

TypeFlagsExtensions.IsArray

Obsolete This API is outdated and will be removed. Please check out the Memory Profiler Package (https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/).

Declaration

public static bool IsArray(TypeFlags flags);

Parameters

flags The TypeFlags to compute from (accessible via this).

Returns

bool Returns true if the Type associated with this TypeFlags is an array.

Description

Returns whether the flag describes an array type.


Did you find this page useful? Please give it a rating: