Collapse All
Expand All
C#
vvvv45 plugin specification
INode
.
.
::
.
.
HasGUI Property
INode Interface
See Also
Send Feedback
Check if the node can offer a GUI window
Namespace:
VVVV.PluginInterfaces.V2
Assembly:
VVVV.PluginInterfaces
(in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C#
bool
HasGUI
{
get
; }
Return Value
Returns true if this node can offer a GUI window.
See Also
INode Interface
VVVV.PluginInterfaces.V2 Namespace