Search Results for

    Show / Hide Table of Contents

    Class VisjectGraphBox

    Inheritance
    GraphBox
    VisjectGraphBox
    Inherited Members
    GraphBox::Connections
    GraphBox::GetParent()
    GraphBox::GraphBox()
    GraphBox::GraphBox(void* parent, byte id, const VariantType::Types type)
    GraphBox::GraphBox(void* parent, byte id, const VariantType& type)
    GraphBox::HasConnection()
    GraphBox::ID
    GraphBox::Parent
    GraphBox::Type
    Assembly: FlaxEngine.dll
    File: Engine/Visject/VisjectGraph.h
    Syntax
    public class VisjectGraphBox : public GraphBox

    Constructors

    VisjectGraphBox()

    Declaration
    public VisjectGraphBox()

    VisjectGraphBox(void* parent, byte id, const VariantType& type)

    Declaration
    public VisjectGraphBox(void* parent, byte id, const VariantType& type)
    Parameters
    void parent

    byte id

    VariantType type

    VisjectGraphBox(void* parent, byte id, const VariantType::Types type)

    Declaration
    public VisjectGraphBox(void* parent, byte id, const VariantType::Types type)
    Parameters
    void parent

    byte id

    VariantType::Types type

    Methods

    FirstConnection()

    Declaration
    public VisjectGraphBox* FirstConnection() const
    Returns
    VisjectGraphBox

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