com.gempukku.libgdx.graph.data.GraphNodeOutput 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.data;
import com.badlogic.gdx.utils.Array;
import com.badlogic.gdx.utils.ObjectMap;
public interface GraphNodeOutput {
boolean isMainConnection();
String getFieldName();
String getFieldId();
Array getProducableFieldTypes();
T determineFieldType(ObjectMap> inputs);
boolean supportsMultiple();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy