Interface IPreviewBehaviour
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
public interface IPreviewBehaviour
Methods
GetPreviewTexture(ProcessGraphNode)
Declaration
Texture2D GetPreviewTexture(ProcessGraphNode nodeInstance)
Parameters
Type | Name | Description |
---|---|---|
ProcessGraphNode | nodeInstance |
Returns
Type | Description |
---|---|
Texture2D |
IsCompatibleWith(ScriptGraphGraph)
Declaration
bool IsCompatibleWith(ScriptGraphGraph graph)
Parameters
Type | Name | Description |
---|---|---|
ScriptGraphGraph | graph |
Returns
Type | Description |
---|---|
bool |