MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ExtractArrayFromList

Method ExtractArrayFromList

Source/Engine/Utilities/Utils.cs:251–254  ·  view source on GitHub ↗
(List<T> list)

Source from the content-addressed store, hash-verified

249
250#if USE_MONO
251 internal static T[] ExtractArrayFromList<T>(List<T> list)
252 {
253 return list != null ? (T[])Internal_ExtractArrayFromList(list) : null;
254 }
255#else
256 private class ExtractArrayFromListContext<T>
257 {

Callers 2

UpdateMeshMethod · 0.80
UpdateTrianglesMethod · 0.80

Calls 2

GetFieldMethod · 0.45
GetValueMethod · 0.45

Tested by

no test coverage detected