Function RandomPath.Reset
        
                Reset
        
                ()
    
            
            Reset all values to their default values.
                Protected
            
        void Reset ()
Reset all values to their default values.
All inheriting path types must implement this function, resetting ALL their variables to enable recycling of paths. Call this base function in inheriting types with base.Reset ();