Struct MovementStatistics Extends IComponentData
    Public
    
    
    
    Public Variables
        
                estimatedVelocity
        
    
                    
                    The estimated velocity that the agent is moving with.
                        Public
                    
                
        
                lastPosition
        
    
                    
                    The position of the agent at the end of the last movement simulation step.
                        Public