GPUGraph.Node.CustomGUI C# (CSharp) Метод

CustomGUI() защищенный Метод

Child nodes can add custom GUI stuff through this method. Must return whether anything has actually changed.
protected CustomGUI ( ) : bool
Результат bool
        protected virtual bool CustomGUI()
        {
            return false;
        }