Search Results for

    Show / Hide Table of Contents

    Class AssetManager

    Wraps pre-packaged assets used as point-markers

    Inheritance
    java.lang.Object
    AssetManager
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public final class AssetManager

    Constructors

    AssetManager()

    Declaration
    public AssetManager()

    Methods

    getMesh(SciChartMeshTemplate mesh)

    Gets the pre-packaged mesh keyed by SciChartMeshTemplate enum value

    Declaration
    public static TSRIndexedMesh getMesh(SciChartMeshTemplate mesh)
    Parameters
    Type Name Description
    SciChartMeshTemplate mesh
    Returns
    Type Description
    com.scichart.charting3d.interop.TSRIndexedMesh

    getTexture(SciChartTextureTemplate texture)

    Gets the pre-packaged Texture2D keyed by SciChartTextureTemplate enum value

    Declaration
    public static Texture2D getTexture(SciChartTextureTemplate texture)
    Parameters
    Type Name Description
    SciChartTextureTemplate texture
    Returns
    Type Description
    Texture2D
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml