Struct MConverter<SoftAssetReference<T>>
Assembly: FlaxEngine.dll
File: Engine/Scripting/ManagedCLR/MUtils.h
Syntax
public struct MConverter<SoftAssetReference<T>><T>
Type Parameters
typename T
|
Methods
ToManagedArray(MArray* result, const Span<SoftAssetReference<T>>& data)
Declaration
public void ToManagedArray(MArray* result, const Span<SoftAssetReference<T>>& data)
Parameters
MArray
result
|
Span<SoftAssetReference<T>>
data
|
ToNativeArray(Span<SoftAssetReference<T>>& result, const MArray* data)
Declaration
public void ToNativeArray(Span<SoftAssetReference<T>>& result, const MArray* data)
Parameters
Span<SoftAssetReference<T>>
result
|
MArray
data
|