This version of Unity is unsupported.

TypeTraits

class in Unity.Properties

/

Implemented in:UnityEngine.PropertiesModule

Description

Helper class to avoid paying the cost of runtime type lookups.

Static Methods

IsContainer Returns if the given type can be treated as a container. i.e. not primitive, pointer, enum or string.