Class PathModifier Extends IPathModifier
    Public
        Abstract
    
    Base class for path modifiers which are not attached to GameObjects.
See
Public Methods
        
                Apply
        
                (path)
    
                    
                    Main Post-Processing function.
                        Public
                            Abstract
                    
                
        
                Awake
        
                (seeker)
    
                    
                    
                        Public
                    
                
        
                OnDestroy
        
                (seeker)
    
                    
                    
                        Public
                    
                
        
                PreProcess
        
                (path)
    
                    
                    
                        Public
                    
                Public Variables
        
                Order
        
    
                    
                    Modifiers will be executed from lower order to higher order.
                        Public
                            Abstract
                    
                
        
                seeker
        
    
                    
                    
                        Public