A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.unity3d.com/Manual/../ScriptReference/Unity.Collections.NativeArray_1.Reinterpret.html below:

Unity - Scripting API: Unity.Collections.NativeArray_1.Reinterpret

NativeArray<T0>.Reinterpret Suggest a change Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close Your name Your email Suggestion*

Cancel

Declarationpublic NativeArray<U> Reinterpret();

Declarationpublic NativeArray<U> Reinterpret(int expectedTypeSize);

Parameters Parameter Description expectedTypeSize The expected size (in bytes, as given by sizeof) of the current element type of the array. Returns

NativeArray<U> An alias of the same array, reinterpreted as the target type.

Description

Reinterpret a NativeArray<T0> with a different data type (type punning).

If an expected element size isn't given, the sizes of T and U must match.

When an expected element size is given, this method allows you to create a view into memory that has a different element size and length compared to the source array. For example, you can reinterpret an array of float triples as an array of 3D vector structs. The expected element size serves as a checkpoint that the underlying element size in the source array doesn't change size, which would otherwise make all future uses of the reinterpreted array invalid.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4