Struct JobMoveAgent Extends IJobEntity
    Public
    
    
    
    Public Methods
        
                Execute
        
                (transform, shape, movementPlane, state, movementSettings, resolvedMovement, movementStatistics)
    
                    
                    Public Static Methods
        
                MoveAgent
        
                (transform, shape, movementPlane, state, movementSettings, resolvedMovement, movementStatistics, dt)
    
                    
                    
        
                MoveWithoutGravity
        
                (position, resolvedMovement, movementPlane, dt)
    
                    
                    Calculates the amount the agent should move during this simulation step, based on the ResolvedMovement component.
        
                ResolveRotation
        
                (rotation, state, resolvedMovement, movementSettings, movementPlane, dt)
    
                    
                    Calculates the final rotation for the agent on this simulation step, based on the ResolvedMovement component.
Public Variables
        
                dt
        
    
                    
                    
                        Public