Function JobMoveAgent.MoveWithoutGravity
        
                MoveWithoutGravity
        
                (float3 position, inResolvedMovement resolvedMovement, inAgentMovementPlane movementPlane, float dt)
    
            
            Calculates the amount the agent should move during this simulation step, based on the ResolvedMovement component.
                Public
                    Static
            
        float3 MoveWithoutGravity (
float3  |     position  |         |
resolvedMovement  |         ||
movementPlane  |         ||
float  |     dt  |         
Calculates the amount the agent should move during this simulation step, based on the ResolvedMovement component.