B9PartSwitch.AttachNodeExtensions.Hide C# (CSharp) Method

Hide() public static method

public static Hide ( this node ) : void
node this
return void
        public static void Hide(this AttachNode node)
        {
            node.nodeType = AttachNode.NodeType.Dock;
            node.radius = 0.001f;
        }
AttachNodeExtensions