Search Results for

    Show / Hide Table of Contents

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat