Struct MovementState Extends IComponentData
    Public
    
    
    
    Public Methods
        
                SetPathIsEmpty
        
                (agentPosition)
    
                    
                    Sets the appropriate fields to indicate that the agent has no path.
                        Public
                    
                Public Variables
        
                closestOnNavmesh
        
    
                    
                    
        
                endOfPath
        
    
                    
                    
                        Public
                    
                
        
                followerState
        
    
                    
                    
                        Public
                    
                
        
                hierarchicalNodeIndex
        
    
                    
                    
                        Public
                    
                
        
                nextCorner
        
    
                    
                    
                        Public
                    
                
        
                pathIsStale
        
    
                    
                    
                        Public
                    
                
        
                pathTracerVersion
        
    
                    
                    Version number of PathTracer.version when the movement state was last updated.
                        Public
                    
                
        
                reachedDestination
        
    
                    
                    
                        Public
                    
                
        
                reachedEndOfPart
        
    
                    
                    
                        Public
                    
                
        
                reachedEndOfPath
        
    
                    
                    
                        Public
                    
                
        
                remainingDistanceToEndOfPart
        
    
                    
                    
                        Public
                    
                
        
                rotationOffset
        
    
                    
                    
                        Public