Pathfinding.GraphUpdateObject.GraphUpdateObject C# (CSharp) Method

GraphUpdateObject() public method

public GraphUpdateObject ( Bounds b ) : System.Collections
b UnityEngine.Bounds
return System.Collections
        public GraphUpdateObject(Bounds b)
        {
            bounds = b;
        }

Same methods

GraphUpdateObject::GraphUpdateObject ( ) : System.Collections