This version of Unity is unsupported.

UnsafeUtility.IsValidNativeContainerElementType

Declaration

public static bool IsValidNativeContainerElementType(Type type);

Declaration

public static bool IsValidNativeContainerElementType();

Parameters

type The System.Type to check.

Returns

bool True if type is acceptable as a native container element.

Description

Returns whether the type is acceptable as an element type in native containers.