AnimancerUtilities.

IsNullOrEmpty<T>(T[]) Method

Summary

[Animancer Extension] Is the `array` null or its System.Array.Length 0?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static bool IsNullOrEmpty<T>(this T[] array)

Type Parameters

Name Description
T

Parameters

Name Type Description
array T[]

Return Value

Type Description
bool