Struct MovementSettings Extends IComponentData
    Public
    
    
    
    Public Variables
        
                debugFlags
        
    
                    
                    Debug flags for enabling debug rendering in the scene view.
                        Public
                    
                
        
                follower
        
    
                    
                    Additional movement settings.
                        Public
                    
                
        
                groundMask
        
    
                    
                    Layer mask to use for ground placement.
                        Public
                    
                
        
                isStopped
        
    
                    
                    Gets or sets if the agent should stop moving.
                        Public
                    
                
        
                movementPlaneSource
        
    
                    
                    How to calculate which direction is "up" for the agent.
                        Public
                    
                
        
                stopDistance
        
    
                    
                    How far from the destination point to stop.
                        Public