Search Results for

    Show / Hide Table of Contents

    Class ShaderGraphBox

    Inheritance
    GraphBox
    ShaderGraphBox
    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/ShaderGraph.h
    Syntax
    public class ShaderGraphBox : public GraphBox

    Constructors

    ShaderGraphBox()

    Declaration
    public ShaderGraphBox()

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

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

    byte id

    VariantType type

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

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

    byte id

    VariantType::Types type

    Fields

    Cache

    The cached value.

    Declaration
    public ShaderGraphValue Cache
    Field Value
    ShaderGraphValue

    Methods

    FirstConnection()

    Declaration
    public ShaderGraphBox* FirstConnection() const
    Returns
    ShaderGraphBox

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