Pathfinding.EditorGUILayoutx.FadeArea.FadeArea C# (CSharp) Method

FadeArea() public method

public FadeArea ( bool open ) : System.Collections.Generic
open bool
return System.Collections.Generic
            public FadeArea(bool open)
            {
                value = open ? 1 : 0;
            }
EditorGUILayoutx.FadeArea