ARMarker.GetRawData(Allocator) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the raw data associated with this marker.
public Unity.Collections.NativeArray<byte> GetRawData (Unity.Collections.Allocator allocator);
member this.GetRawData : Unity.Collections.Allocator -> Unity.Collections.NativeArray<byte>
Public Function GetRawData (allocator As Allocator) As NativeArray(Of Byte)
Parameters
- allocator
- Unity.Collections.Allocator
Returns
Unity.Collections.NativeArray<Byte>