
com.gempukku.libgdx.graph.pipeline.producer.node.PipelineNodeProducer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libgdx-graph Show documentation
Show all versions of libgdx-graph Show documentation
libGDX-graph runtime library for pipeline rendering
The newest version!
package com.gempukku.libgdx.graph.pipeline.producer.node;
import com.badlogic.gdx.utils.Array;
import com.badlogic.gdx.utils.JsonValue;
import com.badlogic.gdx.utils.ObjectMap;
import com.gempukku.libgdx.graph.data.NodeConfiguration;
import com.gempukku.libgdx.graph.pipeline.PipelineFieldType;
public interface PipelineNodeProducer {
String getType();
NodeConfiguration getConfiguration(JsonValue data);
PipelineNode createNode(JsonValue data, ObjectMap>> inputFields);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy