Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FieldIsEmpty(T)

Tells if the field is empty. That meaning depends on the type of T.
Read time 1 minuteLast updated 12 days ago

Definition

protected abstract bool FieldIsEmpty(T fieldValue)

Parameters

fieldValue

T
The value to check.

Returns

Type

Description

boolTrue if the parameter is empty. That meaning depends on the type of T.