Search Results for

    Show / Hide Table of Contents

    Class IGuiData

    Interface for GUI data object container.

    Inheritance
    IGuiData
    Inherited Members
    IGuiData
    Assembly: FlaxEngine.dll
    File: Engine/Platform/IGuiData.h
    Syntax
    public class IGuiData

    Methods

    GetAsFiles(Array<String>* files)

    Gets data value as array of file paths.

    Declaration
    public virtual void GetAsFiles(Array<String>* files) const = 0
    Parameters
    Array<String> files

    An array to fill with paths.

    GetAsText()

    Gets data value as text.

    Declaration
    public virtual String GetAsText() const = 0
    Returns
    String

    The text.

    GetType()

    Gets the data type.

    Declaration
    public virtual Type GetType() const = 0
    Returns
    Type

    The data type.

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