Class FontSTBAssetLoader | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class FontSTBAssetLoader

    Inheritance
    System.Object
    FontSTBAssetLoader
    Namespace: Unity.Tiny.TextNative
    Syntax
    public class FontSTBAssetLoader : IGenericAssetLoader<NativeFont, NativeFontPrivate, NativeFontLoadFromFile, NativeFontLoading>

    Methods

    CheckLoading(IntPtr, EntityManager, Entity, ref NativeFont, ref NativeFontPrivate, ref NativeFontLoadFromFile, ref NativeFontLoading)

    Declaration
    public LoadResult CheckLoading(IntPtr cppwrapper, EntityManager man, Entity e, ref NativeFont font, ref NativeFontPrivate fontPrivate, ref NativeFontLoadFromFile unused, ref NativeFontLoading loading)
    Parameters
    Type Name Description
    System.IntPtr cppwrapper
    EntityManager man
    Entity e
    NativeFont font
    NativeFontPrivate fontPrivate
    NativeFontLoadFromFile unused
    NativeFontLoading loading
    Returns
    Type Description
    LoadResult
    Implements
    IGenericAssetLoader<T, TN, TS, L>.CheckLoading(IntPtr, EntityManager, Entity, ref T, ref TN, ref TS, ref L)

    FinishLoading(EntityManager, Entity, ref NativeFont, ref NativeFontPrivate, ref NativeFontLoading)

    Declaration
    public void FinishLoading(EntityManager man, Entity e, ref NativeFont font, ref NativeFontPrivate fontPrivate, ref NativeFontLoading loading)
    Parameters
    Type Name Description
    EntityManager man
    Entity e
    NativeFont font
    NativeFontPrivate fontPrivate
    NativeFontLoading loading
    Implements
    IGenericAssetLoader<T, TN, TS, L>.FinishLoading(EntityManager, Entity, ref T, ref TN, ref L)

    FreeNative(EntityManager, Entity, ref NativeFontPrivate)

    Declaration
    public void FreeNative(EntityManager man, Entity e, ref NativeFontPrivate fontPrivate)
    Parameters
    Type Name Description
    EntityManager man
    Entity e
    NativeFontPrivate fontPrivate
    Implements
    IGenericAssetLoader<T, TN, TS, L>.FreeNative(EntityManager, Entity, ref TN)

    StartLoad(EntityManager, Entity, ref NativeFont, ref NativeFontPrivate, ref NativeFontLoadFromFile, ref NativeFontLoading)

    Declaration
    public void StartLoad(EntityManager man, Entity e, ref NativeFont font, ref NativeFontPrivate fontPrivate, ref NativeFontLoadFromFile fspec, ref NativeFontLoading loading)
    Parameters
    Type Name Description
    EntityManager man
    Entity e
    NativeFont font
    NativeFontPrivate fontPrivate
    NativeFontLoadFromFile fspec
    NativeFontLoading loading
    Implements
    IGenericAssetLoader<T, TN, TS, L>.StartLoad(EntityManager, Entity, ref T, ref TN, ref TS, ref L)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023