Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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

Checks whether the type is acceptable as an element type in a native container.